Shades of Wild Willow #B2C45C
Tints of Wild Willow #B2C45C
RGB
CMYK
RGB Variations
Color information
#B2C45C (or 0xB2C45C) is known color: Wild Willow. HEX triplet: B2, C4 and 5C. RGB value is (178,196,92). Sum of RGB (Red+Green+Blue) = 178+196+92=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C45C is #4D3BA3. Grayscale: #B3B3B3. Windows color (decimal): -5061540 or 6079666. OLE color: 6079666.
HSL color Cylindrical-coordinate representation of color #B2C45C: hue angle of 70.38º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2C45C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 92 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.23 |
| HSL | 70.38º | 0.47% | 0.56% | - |
| HSV(B) | 70.38º | 0.53% | 0.77% | - |
| XYZ | 40.03 | 49.72 | 17.61 | - |
| YUV | 178.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 92 | 0.09 | 0 | 0.53 | 0.23 | 70.38 | 0.47 | 0.56 |
| Hex | B2 | C4 | 5C | 9 | 0 | 35 | 17 | 46 | 2F | 38 |
| Octal | 262 | 304 | 134 | 11 | 0 | 65 | 27 | 106 | 57 | 70 |
| Binary | 10110010 | 11000100 | 1011100 | 1001 | 0 | 110101 | 10111 | 1000110 | 101111 | 111000 |
Color Harmonies of #B2C45C
Complementary color
Monochromatic Colors of #B2C45C
Black with #B2C45C
Text Example
Text Example
White with #B2C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C45C; }
p { color: rgb(178,196,92); }
H1.HeaderClassName
{
color: #B2C45C;
}
.AnyTagClassName
{
color: #B2C45C;
}
</style>
background-color css
<style>
a { background-color: #B2C45C; }
a { background-color: rgb(178,196,92); }
div.DivClassName
{
background-color: #B2C45C;
}
.BgClassName
{
background-color: #B2C45C;
}
</style>
border-color css
<style>
span { border-color: #B2C45C; }
span { border-color: rgb(178,196,92); }
td.TdClassName
{
border-color: #B2C45C;
}
.TagClassName
{
border-color: #B2C45C;
}
</style>