Shades of Wild Willow #B0CF64
Tints of Wild Willow #B0CF64
RGB
CMYK
RGB Variations
Color information
#B0CF64 (or 0xB0CF64) is known color: Wild Willow. HEX triplet: B0, CF and 64. RGB value is (176,207,100). Sum of RGB (Red+Green+Blue) = 176+207+100=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF64 is #4F309B. Grayscale: #B9B9B9. Windows color (decimal): -5189788 or 6606768. OLE color: 6606768.
HSL color Cylindrical-coordinate representation of color #B0CF64: hue angle of 77.38º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0CF64 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 100 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.19 |
| HSL | 77.38º | 0.53% | 0.6% | - |
| HSV(B) | 77.38º | 0.52% | 0.81% | - |
| XYZ | 42.52 | 54.78 | 20.39 | - |
| YUV | 185.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 100 | 0.15 | 0 | 0.52 | 0.19 | 77.38 | 0.53 | 0.6 |
| Hex | B0 | CF | 64 | F | 0 | 34 | 13 | 4D | 35 | 3C |
| Octal | 260 | 317 | 144 | 17 | 0 | 64 | 23 | 115 | 65 | 74 |
| Binary | 10110000 | 11001111 | 1100100 | 1111 | 0 | 110100 | 10011 | 1001101 | 110101 | 111100 |
Color Harmonies of #B0CF64
Complementary color
Monochromatic Colors of #B0CF64
Black with #B0CF64
Text Example
Text Example
White with #B0CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF64; }
p { color: rgb(176,207,100); }
H1.HeaderClassName
{
color: #B0CF64;
}
.AnyTagClassName
{
color: #B0CF64;
}
</style>
background-color css
<style>
a { background-color: #B0CF64; }
a { background-color: rgb(176,207,100); }
div.DivClassName
{
background-color: #B0CF64;
}
.BgClassName
{
background-color: #B0CF64;
}
</style>
border-color css
<style>
span { border-color: #B0CF64; }
span { border-color: rgb(176,207,100); }
td.TdClassName
{
border-color: #B0CF64;
}
.TagClassName
{
border-color: #B0CF64;
}
</style>