Shades of Wild Willow #BBC36A
Tints of Wild Willow #BBC36A
RGB
CMYK
RGB Variations
Color information
#BBC36A (or 0xBBC36A) is known color: Wild Willow. HEX triplet: BB, C3 and 6A. RGB value is (187,195,106). Sum of RGB (Red+Green+Blue) = 187+195+106=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC36A is #443C95. Grayscale: #B6B6B6. Windows color (decimal): -4471958 or 6996923. OLE color: 6996923.
HSL color Cylindrical-coordinate representation of color #BBC36A: hue angle of 65.39º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBC36A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 106 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.24 |
| HSL | 65.39º | 0.43% | 0.59% | - |
| HSV(B) | 65.39º | 0.46% | 0.76% | - |
| XYZ | 42.61 | 50.64 | 21.16 | - |
| YUV | 182.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 106 | 0.04 | 0 | 0.46 | 0.24 | 65.39 | 0.43 | 0.59 |
| Hex | BB | C3 | 6A | 4 | 0 | 2E | 18 | 41 | 2B | 3B |
| Octal | 273 | 303 | 152 | 4 | 0 | 56 | 30 | 101 | 53 | 73 |
| Binary | 10111011 | 11000011 | 1101010 | 100 | 0 | 101110 | 11000 | 1000001 | 101011 | 111011 |
Color Harmonies of #BBC36A
Complementary color
Monochromatic Colors of #BBC36A
Black with #BBC36A
Text Example
Text Example
White with #BBC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC36A; }
p { color: rgb(187,195,106); }
H1.HeaderClassName
{
color: #BBC36A;
}
.AnyTagClassName
{
color: #BBC36A;
}
</style>
background-color css
<style>
a { background-color: #BBC36A; }
a { background-color: rgb(187,195,106); }
div.DivClassName
{
background-color: #BBC36A;
}
.BgClassName
{
background-color: #BBC36A;
}
</style>
border-color css
<style>
span { border-color: #BBC36A; }
span { border-color: rgb(187,195,106); }
td.TdClassName
{
border-color: #BBC36A;
}
.TagClassName
{
border-color: #BBC36A;
}
</style>