Shades of Wild Willow #B2CB65
Tints of Wild Willow #B2CB65
RGB
CMYK
RGB Variations
Color information
#B2CB65 (or 0xB2CB65) is known color: Wild Willow. HEX triplet: B2, CB and 65. RGB value is (178,203,101). Sum of RGB (Red+Green+Blue) = 178+203+101=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB65 is #4D349A. Grayscale: #B8B8B8. Windows color (decimal): -5059739 or 6671282. OLE color: 6671282.
HSL color Cylindrical-coordinate representation of color #B2CB65: hue angle of 74.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2CB65 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 101 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.20 |
| HSL | 74.71º | 0.5% | 0.6% | - |
| HSV(B) | 74.71º | 0.5% | 0.8% | - |
| XYZ | 42.07 | 53.12 | 20.35 | - |
| YUV | 183.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 101 | 0.12 | 0 | 0.50 | 0.20 | 74.71 | 0.5 | 0.6 |
| Hex | B2 | CB | 65 | C | 0 | 32 | 14 | 4B | 32 | 3C |
| Octal | 262 | 313 | 145 | 14 | 0 | 62 | 24 | 113 | 62 | 74 |
| Binary | 10110010 | 11001011 | 1100101 | 1100 | 0 | 110010 | 10100 | 1001011 | 110010 | 111100 |
Color Harmonies of #B2CB65
Complementary color
Monochromatic Colors of #B2CB65
Black with #B2CB65
Text Example
Text Example
White with #B2CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB65; }
p { color: rgb(178,203,101); }
H1.HeaderClassName
{
color: #B2CB65;
}
.AnyTagClassName
{
color: #B2CB65;
}
</style>
background-color css
<style>
a { background-color: #B2CB65; }
a { background-color: rgb(178,203,101); }
div.DivClassName
{
background-color: #B2CB65;
}
.BgClassName
{
background-color: #B2CB65;
}
</style>
border-color css
<style>
span { border-color: #B2CB65; }
span { border-color: rgb(178,203,101); }
td.TdClassName
{
border-color: #B2CB65;
}
.TagClassName
{
border-color: #B2CB65;
}
</style>