Shades of Wild Willow #B5CB6D
Tints of Wild Willow #B5CB6D
RGB
CMYK
RGB Variations
Color information
#B5CB6D (or 0xB5CB6D) is known color: Wild Willow. HEX triplet: B5, CB and 6D. RGB value is (181,203,109). Sum of RGB (Red+Green+Blue) = 181+203+109=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB6D is #4A3492. Grayscale: #BABABA. Windows color (decimal): -4863123 or 7195573. OLE color: 7195573.
HSL color Cylindrical-coordinate representation of color #B5CB6D: hue angle of 74.04º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5CB6D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 109 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.20 |
| HSL | 74.04º | 0.47% | 0.61% | - |
| HSV(B) | 74.04º | 0.46% | 0.8% | - |
| XYZ | 43.17 | 53.64 | 22.55 | - |
| YUV | 185.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 109 | 0.11 | 0 | 0.46 | 0.20 | 74.04 | 0.47 | 0.61 |
| Hex | B5 | CB | 6D | B | 0 | 2E | 14 | 4A | 2F | 3D |
| Octal | 265 | 313 | 155 | 13 | 0 | 56 | 24 | 112 | 57 | 75 |
| Binary | 10110101 | 11001011 | 1101101 | 1011 | 0 | 101110 | 10100 | 1001010 | 101111 | 111101 |
Color Harmonies of #B5CB6D
Complementary color
Monochromatic Colors of #B5CB6D
Black with #B5CB6D
Text Example
Text Example
White with #B5CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB6D; }
p { color: rgb(181,203,109); }
H1.HeaderClassName
{
color: #B5CB6D;
}
.AnyTagClassName
{
color: #B5CB6D;
}
</style>
background-color css
<style>
a { background-color: #B5CB6D; }
a { background-color: rgb(181,203,109); }
div.DivClassName
{
background-color: #B5CB6D;
}
.BgClassName
{
background-color: #B5CB6D;
}
</style>
border-color css
<style>
span { border-color: #B5CB6D; }
span { border-color: rgb(181,203,109); }
td.TdClassName
{
border-color: #B5CB6D;
}
.TagClassName
{
border-color: #B5CB6D;
}
</style>