#BBCB66

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

Shades of Wild Willow #BBCB66

Tints of Wild Willow #BBCB66

Color information

#BBCB66 (or 0xBBCB66) is unknown color: approx Wild Willow. HEX triplet: BB, CB and 66. RGB value is (187,203,102). Sum of RGB (Red+Green+Blue) = 187+203+102=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB66 is #443499. Grayscale: #BBBBBB. Windows color (decimal): -4469914 or 6736827. OLE color: 6736827.

HSL color Cylindrical-coordinate representation of color #BBCB66: hue angle of 69.5º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBCB66 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB187203102-
CMYK0.0800.500.20
HSL69.5º49.27%59.8%-
HSV(B)69.5º49.75%79.61%-
XYZ44.2554.2420.71-
YUV186.780.2128.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=38.01%
G=41.26%
B=20.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031020.0800.500.2069.549.2759.8
HexBBCB6680321446313c
Octal27331314610062241066174
Binary1011101111001011110011010000110010101001000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB66; }

 p { color: rgb(187,203,102); }

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

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

 a { background-color: rgb(187,203,102); }

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

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

 span { border-color: rgb(187,203,102); }

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