Shades of Wild Willow #B2C958
Tints of Wild Willow #B2C958
RGB
CMYK
RGB Variations
Color information
#B2C958 (or 0xB2C958) is known color: Wild Willow. HEX triplet: B2, C9 and 58. RGB value is (178,201,88). Sum of RGB (Red+Green+Blue) = 178+201+88=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C958 is #4D36A7. Grayscale: #B5B5B5. Windows color (decimal): -5060264 or 5818802. OLE color: 5818802.
HSL color Cylindrical-coordinate representation of color #B2C958: hue angle of 72.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2C958 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 88 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.21 |
| HSL | 72.21º | 0.51% | 0.57% | - |
| HSV(B) | 72.21º | 0.56% | 0.79% | - |
| XYZ | 41.01 | 51.94 | 17.1 | - |
| YUV | 181.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 88 | 0.11 | 0 | 0.56 | 0.21 | 72.21 | 0.51 | 0.57 |
| Hex | B2 | C9 | 58 | B | 0 | 38 | 15 | 48 | 33 | 39 |
| Octal | 262 | 311 | 130 | 13 | 0 | 70 | 25 | 110 | 63 | 71 |
| Binary | 10110010 | 11001001 | 1011000 | 1011 | 0 | 111000 | 10101 | 1001000 | 110011 | 111001 |
Color Harmonies of #B2C958
Complementary color
Monochromatic Colors of #B2C958
Black with #B2C958
Text Example
Text Example
White with #B2C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C958; }
p { color: rgb(178,201,88); }
H1.HeaderClassName
{
color: #B2C958;
}
.AnyTagClassName
{
color: #B2C958;
}
</style>
background-color css
<style>
a { background-color: #B2C958; }
a { background-color: rgb(178,201,88); }
div.DivClassName
{
background-color: #B2C958;
}
.BgClassName
{
background-color: #B2C958;
}
</style>
border-color css
<style>
span { border-color: #B2C958; }
span { border-color: rgb(178,201,88); }
td.TdClassName
{
border-color: #B2C958;
}
.TagClassName
{
border-color: #B2C958;
}
</style>