Shades of Wild Willow #BBC462
Tints of Wild Willow #BBC462
RGB
CMYK
RGB Variations
Color information
#BBC462 (or 0xBBC462) is known color: Wild Willow. HEX triplet: BB, C4 and 62. RGB value is (187,196,98). Sum of RGB (Red+Green+Blue) = 187+196+98=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC462 is #443B9D. Grayscale: #B6B6B6. Windows color (decimal): -4471710 or 6472891. OLE color: 6472891.
HSL color Cylindrical-coordinate representation of color #BBC462: hue angle of 65.51º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC462 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 98 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.23 |
| HSL | 65.51º | 0.45% | 0.58% | - |
| HSV(B) | 65.51º | 0.5% | 0.77% | - |
| XYZ | 42.44 | 50.93 | 19.15 | - |
| YUV | 182.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 98 | 0.05 | 0 | 0.5 | 0.23 | 65.51 | 0.45 | 0.58 |
| Hex | BB | C4 | 62 | 5 | 0 | 32 | 17 | 42 | 2D | 3A |
| Octal | 273 | 304 | 142 | 5 | 0 | 62 | 27 | 102 | 55 | 72 |
| Binary | 10111011 | 11000100 | 1100010 | 101 | 0 | 110010 | 10111 | 1000010 | 101101 | 111010 |
Color Harmonies of #BBC462
Complementary color
Monochromatic Colors of #BBC462
Black with #BBC462
Text Example
Text Example
White with #BBC462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC462; }
p { color: rgb(187,196,98); }
H1.HeaderClassName
{
color: #BBC462;
}
.AnyTagClassName
{
color: #BBC462;
}
</style>
background-color css
<style>
a { background-color: #BBC462; }
a { background-color: rgb(187,196,98); }
div.DivClassName
{
background-color: #BBC462;
}
.BgClassName
{
background-color: #BBC462;
}
</style>
border-color css
<style>
span { border-color: #BBC462; }
span { border-color: rgb(187,196,98); }
td.TdClassName
{
border-color: #BBC462;
}
.TagClassName
{
border-color: #BBC462;
}
</style>