#BBCC56

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

Shades of Wild Willow #BBCC56

Tints of Wild Willow #BBCC56

Color information

#BBCC56 (or 0xBBCC56) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 56. RGB value is (187,204,86). Sum of RGB (Red+Green+Blue) = 187+204+86=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC56 is #4433A9. Grayscale: #B9B9B9. Windows color (decimal): -4469674 or 5688507. OLE color: 5688507.

HSL color Cylindrical-coordinate representation of color #BBCC56: hue angle of 68.64º 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 #BBCC56 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB18720486-
CMYK0.0800.580.2
HSL68.64º53.64%56.86%-
HSV(B)68.64º57.84%80%-
XYZ43.7754.4217-
YUV185.4671.87129.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=39.20%
G=42.77%
B=18.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204860.0800.580.268.6453.6456.86
HexBBCC56803A14453639
Octal27331412610072241056671
Binary1011101111001100101011010000111010101001000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC56; }

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

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

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

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

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

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

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

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