Shades of Wild Willow #B0CA5A
Tints of Wild Willow #B0CA5A
RGB
CMYK
RGB Variations
Color information
#B0CA5A (or 0xB0CA5A) is known color: Wild Willow. HEX triplet: B0, CA and 5A. RGB value is (176,202,90). Sum of RGB (Red+Green+Blue) = 176+202+90=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA5A is #4F35A5. Grayscale: #B5B5B5. Windows color (decimal): -5191078 or 5950128. OLE color: 5950128.
HSL color Cylindrical-coordinate representation of color #B0CA5A: hue angle of 73.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0CA5A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 90 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.21 |
| HSL | 73.93º | 0.51% | 0.57% | - |
| HSV(B) | 73.93º | 0.55% | 0.79% | - |
| XYZ | 40.87 | 52.21 | 17.6 | - |
| YUV | 181.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 90 | 0.13 | 0 | 0.55 | 0.21 | 73.93 | 0.51 | 0.57 |
| Hex | B0 | CA | 5A | D | 0 | 37 | 15 | 4A | 33 | 39 |
| Octal | 260 | 312 | 132 | 15 | 0 | 67 | 25 | 112 | 63 | 71 |
| Binary | 10110000 | 11001010 | 1011010 | 1101 | 0 | 110111 | 10101 | 1001010 | 110011 | 111001 |
Color Harmonies of #B0CA5A
Complementary color
Monochromatic Colors of #B0CA5A
Black with #B0CA5A
Text Example
Text Example
White with #B0CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA5A; }
p { color: rgb(176,202,90); }
H1.HeaderClassName
{
color: #B0CA5A;
}
.AnyTagClassName
{
color: #B0CA5A;
}
</style>
background-color css
<style>
a { background-color: #B0CA5A; }
a { background-color: rgb(176,202,90); }
div.DivClassName
{
background-color: #B0CA5A;
}
.BgClassName
{
background-color: #B0CA5A;
}
</style>
border-color css
<style>
span { border-color: #B0CA5A; }
span { border-color: rgb(176,202,90); }
td.TdClassName
{
border-color: #B0CA5A;
}
.TagClassName
{
border-color: #B0CA5A;
}
</style>