Shades of Wild Willow #B2C35F
Tints of Wild Willow #B2C35F
RGB
CMYK
RGB Variations
Color information
#B2C35F (or 0xB2C35F) is known color: Wild Willow. HEX triplet: B2, C3 and 5F. RGB value is (178,195,95). Sum of RGB (Red+Green+Blue) = 178+195+95=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C35F is #4D3CA0. Grayscale: #B2B2B2. Windows color (decimal): -5061793 or 6276018. OLE color: 6276018.
HSL color Cylindrical-coordinate representation of color #B2C35F: hue angle of 70.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2C35F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 95 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.24 |
| HSL | 70.2º | 0.45% | 0.57% | - |
| HSV(B) | 70.2º | 0.51% | 0.76% | - |
| XYZ | 39.94 | 49.32 | 18.24 | - |
| YUV | 178.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 95 | 0.09 | 0 | 0.51 | 0.24 | 70.2 | 0.45 | 0.57 |
| Hex | B2 | C3 | 5F | 9 | 0 | 33 | 18 | 46 | 2D | 39 |
| Octal | 262 | 303 | 137 | 11 | 0 | 63 | 30 | 106 | 55 | 71 |
| Binary | 10110010 | 11000011 | 1011111 | 1001 | 0 | 110011 | 11000 | 1000110 | 101101 | 111001 |
Color Harmonies of #B2C35F
Complementary color
Monochromatic Colors of #B2C35F
Black with #B2C35F
Text Example
Text Example
White with #B2C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C35F; }
p { color: rgb(178,195,95); }
H1.HeaderClassName
{
color: #B2C35F;
}
.AnyTagClassName
{
color: #B2C35F;
}
</style>
background-color css
<style>
a { background-color: #B2C35F; }
a { background-color: rgb(178,195,95); }
div.DivClassName
{
background-color: #B2C35F;
}
.BgClassName
{
background-color: #B2C35F;
}
</style>
border-color css
<style>
span { border-color: #B2C35F; }
span { border-color: rgb(178,195,95); }
td.TdClassName
{
border-color: #B2C35F;
}
.TagClassName
{
border-color: #B2C35F;
}
</style>