Shades of Wild Willow #B8CB64
Tints of Wild Willow #B8CB64
RGB
CMYK
RGB Variations
Color information
#B8CB64 (or 0xB8CB64) is known color: Wild Willow. HEX triplet: B8, CB and 64. RGB value is (184,203,100). Sum of RGB (Red+Green+Blue) = 184+203+100=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB64 is #47349B. Grayscale: #B9B9B9. Windows color (decimal): -4666524 or 6605752. OLE color: 6605752.
HSL color Cylindrical-coordinate representation of color #B8CB64: hue angle of 71.07º 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 #B8CB64 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 100 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.20 |
| HSL | 71.07º | 0.5% | 0.59% | - |
| HSV(B) | 71.07º | 0.51% | 0.8% | - |
| XYZ | 43.42 | 53.82 | 20.16 | - |
| YUV | 185.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 100 | 0.09 | 0 | 0.51 | 0.20 | 71.07 | 0.5 | 0.59 |
| Hex | B8 | CB | 64 | 9 | 0 | 33 | 14 | 47 | 32 | 3B |
| Octal | 270 | 313 | 144 | 11 | 0 | 63 | 24 | 107 | 62 | 73 |
| Binary | 10111000 | 11001011 | 1100100 | 1001 | 0 | 110011 | 10100 | 1000111 | 110010 | 111011 |
Color Harmonies of #B8CB64
Complementary color
Monochromatic Colors of #B8CB64
Black with #B8CB64
Text Example
Text Example
White with #B8CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB64; }
p { color: rgb(184,203,100); }
H1.HeaderClassName
{
color: #B8CB64;
}
.AnyTagClassName
{
color: #B8CB64;
}
</style>
background-color css
<style>
a { background-color: #B8CB64; }
a { background-color: rgb(184,203,100); }
div.DivClassName
{
background-color: #B8CB64;
}
.BgClassName
{
background-color: #B8CB64;
}
</style>
border-color css
<style>
span { border-color: #B8CB64; }
span { border-color: rgb(184,203,100); }
td.TdClassName
{
border-color: #B8CB64;
}
.TagClassName
{
border-color: #B8CB64;
}
</style>