Shades of Wild Willow #B2C75F
Tints of Wild Willow #B2C75F
RGB
CMYK
RGB Variations
Color information
#B2C75F (or 0xB2C75F) is known color: Wild Willow. HEX triplet: B2, C7 and 5F. RGB value is (178,199,95). Sum of RGB (Red+Green+Blue) = 178+199+95=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C75F is #4D38A0. Grayscale: #B5B5B5. Windows color (decimal): -5060769 or 6277042. OLE color: 6277042.
HSL color Cylindrical-coordinate representation of color #B2C75F: hue angle of 72.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2C75F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 95 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.22 |
| HSL | 72.12º | 0.48% | 0.58% | - |
| HSV(B) | 72.12º | 0.52% | 0.78% | - |
| XYZ | 40.85 | 51.14 | 18.54 | - |
| YUV | 180.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 95 | 0.11 | 0 | 0.52 | 0.22 | 72.12 | 0.48 | 0.58 |
| Hex | B2 | C7 | 5F | B | 0 | 34 | 16 | 48 | 30 | 3A |
| Octal | 262 | 307 | 137 | 13 | 0 | 64 | 26 | 110 | 60 | 72 |
| Binary | 10110010 | 11000111 | 1011111 | 1011 | 0 | 110100 | 10110 | 1001000 | 110000 | 111010 |
Color Harmonies of #B2C75F
Complementary color
Monochromatic Colors of #B2C75F
Black with #B2C75F
Text Example
Text Example
White with #B2C75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C75F; }
p { color: rgb(178,199,95); }
H1.HeaderClassName
{
color: #B2C75F;
}
.AnyTagClassName
{
color: #B2C75F;
}
</style>
background-color css
<style>
a { background-color: #B2C75F; }
a { background-color: rgb(178,199,95); }
div.DivClassName
{
background-color: #B2C75F;
}
.BgClassName
{
background-color: #B2C75F;
}
</style>
border-color css
<style>
span { border-color: #B2C75F; }
span { border-color: rgb(178,199,95); }
td.TdClassName
{
border-color: #B2C75F;
}
.TagClassName
{
border-color: #B2C75F;
}
</style>