Shades of Wild Willow #B5CB5C
Tints of Wild Willow #B5CB5C
RGB
CMYK
RGB Variations
Color information
#B5CB5C (or 0xB5CB5C) is known color: Wild Willow. HEX triplet: B5, CB and 5C. RGB value is (181,203,92). Sum of RGB (Red+Green+Blue) = 181+203+92=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB5C is #4A34A3. Grayscale: #B8B8B8. Windows color (decimal): -4863140 or 6081461. OLE color: 6081461.
HSL color Cylindrical-coordinate representation of color #B5CB5C: hue angle of 71.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5CB5C is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 92 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.20 |
| HSL | 71.89º | 0.52% | 0.58% | - |
| HSV(B) | 71.89º | 0.55% | 0.8% | - |
| XYZ | 42.34 | 53.31 | 18.18 | - |
| YUV | 183.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 92 | 0.11 | 0 | 0.55 | 0.20 | 71.89 | 0.52 | 0.58 |
| Hex | B5 | CB | 5C | B | 0 | 37 | 14 | 48 | 34 | 3A |
| Octal | 265 | 313 | 134 | 13 | 0 | 67 | 24 | 110 | 64 | 72 |
| Binary | 10110101 | 11001011 | 1011100 | 1011 | 0 | 110111 | 10100 | 1001000 | 110100 | 111010 |
Color Harmonies of #B5CB5C
Complementary color
Monochromatic Colors of #B5CB5C
Black with #B5CB5C
Text Example
Text Example
White with #B5CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB5C; }
p { color: rgb(181,203,92); }
H1.HeaderClassName
{
color: #B5CB5C;
}
.AnyTagClassName
{
color: #B5CB5C;
}
</style>
background-color css
<style>
a { background-color: #B5CB5C; }
a { background-color: rgb(181,203,92); }
div.DivClassName
{
background-color: #B5CB5C;
}
.BgClassName
{
background-color: #B5CB5C;
}
</style>
border-color css
<style>
span { border-color: #B5CB5C; }
span { border-color: rgb(181,203,92); }
td.TdClassName
{
border-color: #B5CB5C;
}
.TagClassName
{
border-color: #B5CB5C;
}
</style>