Shades of Wild Willow #B2C55D
Tints of Wild Willow #B2C55D
RGB
CMYK
RGB Variations
Color information
#B2C55D (or 0xB2C55D) is known color: Wild Willow. HEX triplet: B2, C5 and 5D. RGB value is (178,197,93). Sum of RGB (Red+Green+Blue) = 178+197+93=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C55D is #4D3AA2. Grayscale: #B3B3B3. Windows color (decimal): -5061283 or 6145458. OLE color: 6145458.
HSL color Cylindrical-coordinate representation of color #B2C55D: hue angle of 70.96º degrees, saturation: 0.47, 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 #B2C55D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 93 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.23 |
| HSL | 70.96º | 0.47% | 0.57% | - |
| HSV(B) | 70.96º | 0.53% | 0.77% | - |
| XYZ | 40.3 | 50.19 | 17.92 | - |
| YUV | 179.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 93 | 0.10 | 0 | 0.53 | 0.23 | 70.96 | 0.47 | 0.57 |
| Hex | B2 | C5 | 5D | A | 0 | 35 | 17 | 47 | 2F | 39 |
| Octal | 262 | 305 | 135 | 12 | 0 | 65 | 27 | 107 | 57 | 71 |
| Binary | 10110010 | 11000101 | 1011101 | 1010 | 0 | 110101 | 10111 | 1000111 | 101111 | 111001 |
Color Harmonies of #B2C55D
Complementary color
Monochromatic Colors of #B2C55D
Black with #B2C55D
Text Example
Text Example
White with #B2C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C55D; }
p { color: rgb(178,197,93); }
H1.HeaderClassName
{
color: #B2C55D;
}
.AnyTagClassName
{
color: #B2C55D;
}
</style>
background-color css
<style>
a { background-color: #B2C55D; }
a { background-color: rgb(178,197,93); }
div.DivClassName
{
background-color: #B2C55D;
}
.BgClassName
{
background-color: #B2C55D;
}
</style>
border-color css
<style>
span { border-color: #B2C55D; }
span { border-color: rgb(178,197,93); }
td.TdClassName
{
border-color: #B2C55D;
}
.TagClassName
{
border-color: #B2C55D;
}
</style>