#B9CC56

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

Shades of Wild Willow #B9CC56

Tints of Wild Willow #B9CC56

Color information

#B9CC56 (or 0xB9CC56) is unknown color: approx Wild Willow. HEX triplet: B9, CC and 56. RGB value is (185,204,86). Sum of RGB (Red+Green+Blue) = 185+204+86=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC56 is #4633A9. Grayscale: #B9B9B9. Windows color (decimal): -4600746 or 5688505. OLE color: 5688505.

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

Color convert

RGB18520486-
CMYK0.0900.580.2
HSL69.66º53.64%56.86%-
HSV(B)69.66º57.84%80%-
XYZ43.2854.1716.98-
YUV184.8772.21128.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=38.95%
G=42.95%
B=18.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204860.0900.580.269.6653.6456.86
HexB9CC56903A14463639
Octal27131412611072241066671
Binary1011100111001100101011010010111010101001000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC56; }

 p { color: rgb(185,204,86); }

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

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

 a { background-color: rgb(185,204,86); }

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

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

 span { border-color: rgb(185,204,86); }

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