Shades of Wild Willow #B9CB5A
Tints of Wild Willow #B9CB5A
RGB
CMYK
RGB Variations
Color information
#B9CB5A (or 0xB9CB5A) is known color: Wild Willow. HEX triplet: B9, CB and 5A. RGB value is (185,203,90). Sum of RGB (Red+Green+Blue) = 185+203+90=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CB5A is #4634A5. Grayscale: #B9B9B9. Windows color (decimal): -4600998 or 5950393. OLE color: 5950393.
HSL color Cylindrical-coordinate representation of color #B9CB5A: hue angle of 69.56º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9CB5A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 90 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.20 |
| HSL | 69.56º | 0.52% | 0.57% | - |
| HSV(B) | 69.56º | 0.56% | 0.8% | - |
| XYZ | 43.21 | 53.76 | 17.77 | - |
| YUV | 184.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 90 | 0.09 | 0 | 0.56 | 0.20 | 69.56 | 0.52 | 0.57 |
| Hex | B9 | CB | 5A | 9 | 0 | 38 | 14 | 46 | 34 | 39 |
| Octal | 271 | 313 | 132 | 11 | 0 | 70 | 24 | 106 | 64 | 71 |
| Binary | 10111001 | 11001011 | 1011010 | 1001 | 0 | 111000 | 10100 | 1000110 | 110100 | 111001 |
Color Harmonies of #B9CB5A
Complementary color
Monochromatic Colors of #B9CB5A
Black with #B9CB5A
Text Example
Text Example
White with #B9CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB5A; }
p { color: rgb(185,203,90); }
H1.HeaderClassName
{
color: #B9CB5A;
}
.AnyTagClassName
{
color: #B9CB5A;
}
</style>
background-color css
<style>
a { background-color: #B9CB5A; }
a { background-color: rgb(185,203,90); }
div.DivClassName
{
background-color: #B9CB5A;
}
.BgClassName
{
background-color: #B9CB5A;
}
</style>
border-color css
<style>
span { border-color: #B9CB5A; }
span { border-color: rgb(185,203,90); }
td.TdClassName
{
border-color: #B9CB5A;
}
.TagClassName
{
border-color: #B9CB5A;
}
</style>