Shades of Wild Willow #B2CA57
Tints of Wild Willow #B2CA57
RGB
CMYK
RGB Variations
Color information
#B2CA57 (or 0xB2CA57) is known color: Wild Willow. HEX triplet: B2, CA and 57. RGB value is (178,202,87). Sum of RGB (Red+Green+Blue) = 178+202+87=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA57 is #4D35A8. Grayscale: #B6B6B6. Windows color (decimal): -5060009 or 5753522. OLE color: 5753522.
HSL color Cylindrical-coordinate representation of color #B2CA57: hue angle of 72.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2CA57 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 87 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.21 |
| HSL | 72.52º | 0.52% | 0.57% | - |
| HSV(B) | 72.52º | 0.57% | 0.79% | - |
| XYZ | 41.2 | 52.39 | 16.96 | - |
| YUV | 181.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 87 | 0.12 | 0 | 0.57 | 0.21 | 72.52 | 0.52 | 0.57 |
| Hex | B2 | CA | 57 | C | 0 | 39 | 15 | 49 | 34 | 39 |
| Octal | 262 | 312 | 127 | 14 | 0 | 71 | 25 | 111 | 64 | 71 |
| Binary | 10110010 | 11001010 | 1010111 | 1100 | 0 | 111001 | 10101 | 1001001 | 110100 | 111001 |
Color Harmonies of #B2CA57
Complementary color
Monochromatic Colors of #B2CA57
Black with #B2CA57
Text Example
Text Example
White with #B2CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA57; }
p { color: rgb(178,202,87); }
H1.HeaderClassName
{
color: #B2CA57;
}
.AnyTagClassName
{
color: #B2CA57;
}
</style>
background-color css
<style>
a { background-color: #B2CA57; }
a { background-color: rgb(178,202,87); }
div.DivClassName
{
background-color: #B2CA57;
}
.BgClassName
{
background-color: #B2CA57;
}
</style>
border-color css
<style>
span { border-color: #B2CA57; }
span { border-color: rgb(178,202,87); }
td.TdClassName
{
border-color: #B2CA57;
}
.TagClassName
{
border-color: #B2CA57;
}
</style>