#B6CC49

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

Shades of Celery #B6CC49

Tints of Celery #B6CC49

Color information

#B6CC49 (or 0xB6CC49) is unknown color: approx Celery. HEX triplet: B6, CC and 49. RGB value is (182,204,73). Sum of RGB (Red+Green+Blue) = 182+204+73=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC49 is #4933B6. Grayscale: #B6B6B6. Windows color (decimal): -4797367 or 4836534. OLE color: 4836534.

HSL color Cylindrical-coordinate representation of color #B6CC49: hue angle of 70.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6CC49 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB18220473-
CMYK0.1100.640.2
HSL70.08º56.22%54.31%-
HSV(B)70.08º64.22%80%-
XYZ42.0953.6114.43-
YUV182.4966.21127.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=39.65%
G=44.44%
B=15.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204730.1100.640.270.0856.2254.31
HexB6CC49B04014463836
Octal266314111130100241067066
Binary10110110110011001001001101101000000101001000110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC49; }

 p { color: rgb(182,204,73); }

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

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

 a { background-color: rgb(182,204,73); }

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

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

 span { border-color: rgb(182,204,73); }

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