#BBC96D

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

Shades of Wild Willow #BBC96D

Tints of Wild Willow #BBC96D

Color information

#BBC96D (or 0xBBC96D) is unknown color: approx Wild Willow. HEX triplet: BB, C9 and 6D. RGB value is (187,201,109). Sum of RGB (Red+Green+Blue) = 187+201+109=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC96D is #443692. Grayscale: #BABABA. Windows color (decimal): -4470419 or 7195067. OLE color: 7195067.

HSL color Cylindrical-coordinate representation of color #BBC96D: hue angle of 69.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC96D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB187201109-
CMYK0.0700.460.21
HSL69.13º46%60.78%-
HSV(B)69.13º45.77%78.82%-
XYZ44.1453.4422.46-
YUV186.3384.36128.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=37.63%
G=40.44%
B=21.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011090.0700.460.2169.134660.78
HexBBC96D702E15452e3d
Octal2733111557056251055675
Binary101110111100100111011011110101110101011000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC96D; }

 p { color: rgb(187,201,109); }

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

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

 a { background-color: rgb(187,201,109); }

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

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

 span { border-color: rgb(187,201,109); }

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