Shades of Wild Willow #B2CA5D
Tints of Wild Willow #B2CA5D
RGB
CMYK
RGB Variations
Color information
#B2CA5D (or 0xB2CA5D) is known color: Wild Willow. HEX triplet: B2, CA and 5D. RGB value is (178,202,93). Sum of RGB (Red+Green+Blue) = 178+202+93=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA5D is #4D35A2. Grayscale: #B6B6B6. Windows color (decimal): -5060003 or 6146738. OLE color: 6146738.
HSL color Cylindrical-coordinate representation of color #B2CA5D: hue angle of 73.21º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2CA5D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 93 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.21 |
| HSL | 73.21º | 0.51% | 0.58% | - |
| HSV(B) | 73.21º | 0.54% | 0.79% | - |
| XYZ | 41.46 | 52.5 | 18.3 | - |
| YUV | 182.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 93 | 0.12 | 0 | 0.54 | 0.21 | 73.21 | 0.51 | 0.58 |
| Hex | B2 | CA | 5D | C | 0 | 36 | 15 | 49 | 33 | 3A |
| Octal | 262 | 312 | 135 | 14 | 0 | 66 | 25 | 111 | 63 | 72 |
| Binary | 10110010 | 11001010 | 1011101 | 1100 | 0 | 110110 | 10101 | 1001001 | 110011 | 111010 |
Color Harmonies of #B2CA5D
Complementary color
Monochromatic Colors of #B2CA5D
Black with #B2CA5D
Text Example
Text Example
White with #B2CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA5D; }
p { color: rgb(178,202,93); }
H1.HeaderClassName
{
color: #B2CA5D;
}
.AnyTagClassName
{
color: #B2CA5D;
}
</style>
background-color css
<style>
a { background-color: #B2CA5D; }
a { background-color: rgb(178,202,93); }
div.DivClassName
{
background-color: #B2CA5D;
}
.BgClassName
{
background-color: #B2CA5D;
}
</style>
border-color css
<style>
span { border-color: #B2CA5D; }
span { border-color: rgb(178,202,93); }
td.TdClassName
{
border-color: #B2CA5D;
}
.TagClassName
{
border-color: #B2CA5D;
}
</style>