Shades of Wild Willow #B4CB63
Tints of Wild Willow #B4CB63
RGB
CMYK
RGB Variations
Color information
#B4CB63 (or 0xB4CB63) is known color: Wild Willow. HEX triplet: B4, CB and 63. RGB value is (180,203,99). Sum of RGB (Red+Green+Blue) = 180+203+99=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB63 is #4B349C. Grayscale: #B8B8B8. Windows color (decimal): -4928669 or 6540212. OLE color: 6540212.
HSL color Cylindrical-coordinate representation of color #B4CB63: hue angle of 73.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4CB63 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 99 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.20 |
| HSL | 73.27º | 0.5% | 0.59% | - |
| HSV(B) | 73.27º | 0.51% | 0.8% | - |
| XYZ | 42.43 | 53.32 | 19.86 | - |
| YUV | 184.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 99 | 0.11 | 0 | 0.51 | 0.20 | 73.27 | 0.5 | 0.59 |
| Hex | B4 | CB | 63 | B | 0 | 33 | 14 | 49 | 32 | 3B |
| Octal | 264 | 313 | 143 | 13 | 0 | 63 | 24 | 111 | 62 | 73 |
| Binary | 10110100 | 11001011 | 1100011 | 1011 | 0 | 110011 | 10100 | 1001001 | 110010 | 111011 |
Color Harmonies of #B4CB63
Complementary color
Monochromatic Colors of #B4CB63
Black with #B4CB63
Text Example
Text Example
White with #B4CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB63; }
p { color: rgb(180,203,99); }
H1.HeaderClassName
{
color: #B4CB63;
}
.AnyTagClassName
{
color: #B4CB63;
}
</style>
background-color css
<style>
a { background-color: #B4CB63; }
a { background-color: rgb(180,203,99); }
div.DivClassName
{
background-color: #B4CB63;
}
.BgClassName
{
background-color: #B4CB63;
}
</style>
border-color css
<style>
span { border-color: #B4CB63; }
span { border-color: rgb(180,203,99); }
td.TdClassName
{
border-color: #B4CB63;
}
.TagClassName
{
border-color: #B4CB63;
}
</style>