Shades of Wild Willow #B5CB6F
Tints of Wild Willow #B5CB6F
RGB
CMYK
RGB Variations
Color information
#B5CB6F (or 0xB5CB6F) is known color: Wild Willow. HEX triplet: B5, CB and 6F. RGB value is (181,203,111). Sum of RGB (Red+Green+Blue) = 181+203+111=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB6F is #4A3490. Grayscale: #BABABA. Windows color (decimal): -4863121 or 7326645. OLE color: 7326645.
HSL color Cylindrical-coordinate representation of color #B5CB6F: hue angle of 74.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5CB6F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 111 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.20 |
| HSL | 74.35º | 0.47% | 0.62% | - |
| HSV(B) | 74.35º | 0.45% | 0.8% | - |
| XYZ | 43.28 | 53.68 | 23.12 | - |
| YUV | 185.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 111 | 0.11 | 0 | 0.45 | 0.20 | 74.35 | 0.47 | 0.62 |
| Hex | B5 | CB | 6F | B | 0 | 2D | 14 | 4A | 2F | 3E |
| Octal | 265 | 313 | 157 | 13 | 0 | 55 | 24 | 112 | 57 | 76 |
| Binary | 10110101 | 11001011 | 1101111 | 1011 | 0 | 101101 | 10100 | 1001010 | 101111 | 111110 |
Color Harmonies of #B5CB6F
Complementary color
Monochromatic Colors of #B5CB6F
Black with #B5CB6F
Text Example
Text Example
White with #B5CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB6F; }
p { color: rgb(181,203,111); }
H1.HeaderClassName
{
color: #B5CB6F;
}
.AnyTagClassName
{
color: #B5CB6F;
}
</style>
background-color css
<style>
a { background-color: #B5CB6F; }
a { background-color: rgb(181,203,111); }
div.DivClassName
{
background-color: #B5CB6F;
}
.BgClassName
{
background-color: #B5CB6F;
}
</style>
border-color css
<style>
span { border-color: #B5CB6F; }
span { border-color: rgb(181,203,111); }
td.TdClassName
{
border-color: #B5CB6F;
}
.TagClassName
{
border-color: #B5CB6F;
}
</style>