Shades of Wild Willow #B2C75C
Tints of Wild Willow #B2C75C
RGB
CMYK
RGB Variations
Color information
#B2C75C (or 0xB2C75C) is known color: Wild Willow. HEX triplet: B2, C7 and 5C. RGB value is (178,199,92). Sum of RGB (Red+Green+Blue) = 178+199+92=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C75C is #4D38A3. Grayscale: #B4B4B4. Windows color (decimal): -5060772 or 6080434. OLE color: 6080434.
HSL color Cylindrical-coordinate representation of color #B2C75C: hue angle of 71.78º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2C75C is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 92 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.22 |
| HSL | 71.78º | 0.49% | 0.57% | - |
| HSV(B) | 71.78º | 0.54% | 0.78% | - |
| XYZ | 40.72 | 51.08 | 17.84 | - |
| YUV | 180.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 92 | 0.11 | 0 | 0.54 | 0.22 | 71.78 | 0.49 | 0.57 |
| Hex | B2 | C7 | 5C | B | 0 | 36 | 16 | 48 | 31 | 39 |
| Octal | 262 | 307 | 134 | 13 | 0 | 66 | 26 | 110 | 61 | 71 |
| Binary | 10110010 | 11000111 | 1011100 | 1011 | 0 | 110110 | 10110 | 1001000 | 110001 | 111001 |
Color Harmonies of #B2C75C
Complementary color
Monochromatic Colors of #B2C75C
Black with #B2C75C
Text Example
Text Example
White with #B2C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C75C; }
p { color: rgb(178,199,92); }
H1.HeaderClassName
{
color: #B2C75C;
}
.AnyTagClassName
{
color: #B2C75C;
}
</style>
background-color css
<style>
a { background-color: #B2C75C; }
a { background-color: rgb(178,199,92); }
div.DivClassName
{
background-color: #B2C75C;
}
.BgClassName
{
background-color: #B2C75C;
}
</style>
border-color css
<style>
span { border-color: #B2C75C; }
span { border-color: rgb(178,199,92); }
td.TdClassName
{
border-color: #B2C75C;
}
.TagClassName
{
border-color: #B2C75C;
}
</style>