Shades of Wild Willow #B9C954
Tints of Wild Willow #B9C954
RGB
CMYK
RGB Variations
Color information
#B9C954 (or 0xB9C954) is known color: Wild Willow. HEX triplet: B9, C9 and 54. RGB value is (185,201,84). Sum of RGB (Red+Green+Blue) = 185+201+84=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C954 is #4636AB. Grayscale: #B7B7B7. Windows color (decimal): -4601516 or 5556665. OLE color: 5556665.
HSL color Cylindrical-coordinate representation of color #B9C954: hue angle of 68.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9C954 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 84 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.21 |
| HSL | 68.21º | 0.52% | 0.56% | - |
| HSV(B) | 68.21º | 0.58% | 0.79% | - |
| XYZ | 42.49 | 52.73 | 16.33 | - |
| YUV | 182.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 84 | 0.08 | 0 | 0.58 | 0.21 | 68.21 | 0.52 | 0.56 |
| Hex | B9 | C9 | 54 | 8 | 0 | 3A | 15 | 44 | 34 | 38 |
| Octal | 271 | 311 | 124 | 10 | 0 | 72 | 25 | 104 | 64 | 70 |
| Binary | 10111001 | 11001001 | 1010100 | 1000 | 0 | 111010 | 10101 | 1000100 | 110100 | 111000 |
Color Harmonies of #B9C954
Complementary color
Monochromatic Colors of #B9C954
Black with #B9C954
Text Example
Text Example
White with #B9C954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C954; }
p { color: rgb(185,201,84); }
H1.HeaderClassName
{
color: #B9C954;
}
.AnyTagClassName
{
color: #B9C954;
}
</style>
background-color css
<style>
a { background-color: #B9C954; }
a { background-color: rgb(185,201,84); }
div.DivClassName
{
background-color: #B9C954;
}
.BgClassName
{
background-color: #B9C954;
}
</style>
border-color css
<style>
span { border-color: #B9C954; }
span { border-color: rgb(185,201,84); }
td.TdClassName
{
border-color: #B9C954;
}
.TagClassName
{
border-color: #B9C954;
}
</style>