Shades of Wild Willow #C2BF5C
Tints of Wild Willow #C2BF5C
RGB
CMYK
RGB Variations
Color information
#C2BF5C (or 0xC2BF5C) is known color: Wild Willow. HEX triplet: C2, BF and 5C. RGB value is (194,191,92). Sum of RGB (Red+Green+Blue) = 194+191+92=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF5C is #3D40A3. Grayscale: #B5B5B5. Windows color (decimal): -4014244 or 6078402. OLE color: 6078402.
HSL color Cylindrical-coordinate representation of color #C2BF5C: hue angle of 58.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2BF5C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 92 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.24 |
| HSL | 58.24º | 0.46% | 0.56% | - |
| HSV(B) | 58.24º | 0.53% | 0.76% | - |
| XYZ | 42.81 | 49.5 | 17.42 | - |
| YUV | 180.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 92 | 0 | 0.02 | 0.53 | 0.24 | 58.24 | 0.46 | 0.56 |
| Hex | C2 | BF | 5C | 0 | 2 | 35 | 18 | 3A | 2E | 38 |
| Octal | 302 | 277 | 134 | 0 | 2 | 65 | 30 | 72 | 56 | 70 |
| Binary | 11000010 | 10111111 | 1011100 | 0 | 10 | 110101 | 11000 | 111010 | 101110 | 111000 |
Color Harmonies of #C2BF5C
Complementary color
Monochromatic Colors of #C2BF5C
Black with #C2BF5C
Text Example
Text Example
White with #C2BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF5C; }
p { color: rgb(194,191,92); }
H1.HeaderClassName
{
color: #C2BF5C;
}
.AnyTagClassName
{
color: #C2BF5C;
}
</style>
background-color css
<style>
a { background-color: #C2BF5C; }
a { background-color: rgb(194,191,92); }
div.DivClassName
{
background-color: #C2BF5C;
}
.BgClassName
{
background-color: #C2BF5C;
}
</style>
border-color css
<style>
span { border-color: #C2BF5C; }
span { border-color: rgb(194,191,92); }
td.TdClassName
{
border-color: #C2BF5C;
}
.TagClassName
{
border-color: #C2BF5C;
}
</style>