Shades of Wild Willow #B2C05F
Tints of Wild Willow #B2C05F
RGB
CMYK
RGB Variations
Color information
#B2C05F (or 0xB2C05F) is known color: Wild Willow. HEX triplet: B2, C0 and 5F. RGB value is (178,192,95). Sum of RGB (Red+Green+Blue) = 178+192+95=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C05F is #4D3FA0. Grayscale: #B1B1B1. Windows color (decimal): -5062561 or 6275250. OLE color: 6275250.
HSL color Cylindrical-coordinate representation of color #B2C05F: hue angle of 68.66º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2C05F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 95 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.25 |
| HSL | 68.66º | 0.43% | 0.56% | - |
| HSV(B) | 68.66º | 0.51% | 0.75% | - |
| XYZ | 39.28 | 47.99 | 18.02 | - |
| YUV | 176.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 95 | 0.07 | 0 | 0.51 | 0.25 | 68.66 | 0.43 | 0.56 |
| Hex | B2 | C0 | 5F | 7 | 0 | 33 | 19 | 45 | 2B | 38 |
| Octal | 262 | 300 | 137 | 7 | 0 | 63 | 31 | 105 | 53 | 70 |
| Binary | 10110010 | 11000000 | 1011111 | 111 | 0 | 110011 | 11001 | 1000101 | 101011 | 111000 |
Color Harmonies of #B2C05F
Complementary color
Monochromatic Colors of #B2C05F
Black with #B2C05F
Text Example
Text Example
White with #B2C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C05F; }
p { color: rgb(178,192,95); }
H1.HeaderClassName
{
color: #B2C05F;
}
.AnyTagClassName
{
color: #B2C05F;
}
</style>
background-color css
<style>
a { background-color: #B2C05F; }
a { background-color: rgb(178,192,95); }
div.DivClassName
{
background-color: #B2C05F;
}
.BgClassName
{
background-color: #B2C05F;
}
</style>
border-color css
<style>
span { border-color: #B2C05F; }
span { border-color: rgb(178,192,95); }
td.TdClassName
{
border-color: #B2C05F;
}
.TagClassName
{
border-color: #B2C05F;
}
</style>