#BBC66F

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

Shades of Wild Willow #BBC66F

Tints of Wild Willow #BBC66F

Color information

#BBC66F (or 0xBBC66F) is unknown color: approx Wild Willow. HEX triplet: BB, C6 and 6F. RGB value is (187,198,111). Sum of RGB (Red+Green+Blue) = 187+198+111=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC66F is #443990. Grayscale: #B9B9B9. Windows color (decimal): -4471185 or 7325371. OLE color: 7325371.

HSL color Cylindrical-coordinate representation of color #BBC66F: hue angle of 67.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC66F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB187198111-
CMYK0.0600.440.22
HSL67.59º43.28%60.59%-
HSV(B)67.59º43.94%77.65%-
XYZ43.5652.122.8-
YUV184.7986.36129.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=37.70%
G=39.92%
B=22.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981110.0600.440.2267.5943.2860.59
HexBBC66F602C16442b3d
Octal2733061576054261045375
Binary101110111100011011011111100101100101101000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC66F; }

 p { color: rgb(187,198,111); }

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

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

 a { background-color: rgb(187,198,111); }

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

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

 span { border-color: rgb(187,198,111); }

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