#B6CA52

Color #B6CA52 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B6CA52

Tints of Celery #B6CA52

Color information

#B6CA52 (or 0xB6CA52) is unknown color: approx Celery. HEX triplet: B6, CA and 52. RGB value is (182,202,82). Sum of RGB (Red+Green+Blue) = 182+202+82=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA52 is #4935AD. Grayscale: #B6B6B6. Windows color (decimal): -4797870 or 5425846. OLE color: 5425846.

HSL color Cylindrical-coordinate representation of color #B6CA52: hue angle of 70º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6CA52 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB18220282-
CMYK0.1000.590.21
HSL70º53.1%55.69%-
HSV(B)70º59.41%79.22%-
XYZ41.9352.815.96-
YUV182.3471.37127.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=39.06%
G=43.35%
B=17.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202820.1000.590.217053.155.69
HexB6CA52A03B15463538
Octal26631212212073251066570
Binary1011011011001010101001010100111011101011000110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA52; }

 p { color: rgb(182,202,82); }

 H1.HeaderClassName
 {
   color: #B6CA52;
 }
 .AnyTagClassName
 {
   color: #B6CA52;
 }
</style>
background-color css

<style>
 a { background-color: #B6CA52; }

 a { background-color: rgb(182,202,82); }

 div.DivClassName
 {
   background-color: #B6CA52;
 }
 .BgClassName
 {
   background-color: #B6CA52;
 }
</style>
border-color css

<style>
 span { border-color: #B6CA52; }

 span { border-color: rgb(182,202,82); }

 td.TdClassName
 {
   border-color: #B6CA52;
 }
 .TagClassName
 {
   border-color: #B6CA52;
 }
</style>