Shades of Wild Willow #B2C55C
Tints of Wild Willow #B2C55C
RGB
CMYK
RGB Variations
Color information
#B2C55C (or 0xB2C55C) is known color: Wild Willow. HEX triplet: B2, C5 and 5C. RGB value is (178,197,92). Sum of RGB (Red+Green+Blue) = 178+197+92=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C55C is #4D3AA3. Grayscale: #B3B3B3. Windows color (decimal): -5061284 or 6079922. OLE color: 6079922.
HSL color Cylindrical-coordinate representation of color #B2C55C: hue angle of 70.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2C55C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 92 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.23 |
| HSL | 70.86º | 0.48% | 0.57% | - |
| HSV(B) | 70.86º | 0.53% | 0.77% | - |
| XYZ | 40.26 | 50.17 | 17.69 | - |
| YUV | 179.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 92 | 0.10 | 0 | 0.53 | 0.23 | 70.86 | 0.48 | 0.57 |
| Hex | B2 | C5 | 5C | A | 0 | 35 | 17 | 47 | 30 | 39 |
| Octal | 262 | 305 | 134 | 12 | 0 | 65 | 27 | 107 | 60 | 71 |
| Binary | 10110010 | 11000101 | 1011100 | 1010 | 0 | 110101 | 10111 | 1000111 | 110000 | 111001 |
Color Harmonies of #B2C55C
Complementary color
Monochromatic Colors of #B2C55C
Black with #B2C55C
Text Example
Text Example
White with #B2C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C55C; }
p { color: rgb(178,197,92); }
H1.HeaderClassName
{
color: #B2C55C;
}
.AnyTagClassName
{
color: #B2C55C;
}
</style>
background-color css
<style>
a { background-color: #B2C55C; }
a { background-color: rgb(178,197,92); }
div.DivClassName
{
background-color: #B2C55C;
}
.BgClassName
{
background-color: #B2C55C;
}
</style>
border-color css
<style>
span { border-color: #B2C55C; }
span { border-color: rgb(178,197,92); }
td.TdClassName
{
border-color: #B2C55C;
}
.TagClassName
{
border-color: #B2C55C;
}
</style>