Shades of Wild Willow #C2BF5B
Tints of Wild Willow #C2BF5B
RGB
CMYK
RGB Variations
Color information
#C2BF5B (or 0xC2BF5B) is known color: Wild Willow. HEX triplet: C2, BF and 5B. RGB value is (194,191,91). Sum of RGB (Red+Green+Blue) = 194+191+91=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF5B is #3D40A4. Grayscale: #B4B4B4. Windows color (decimal): -4014245 or 6012866. OLE color: 6012866.
HSL color Cylindrical-coordinate representation of color #C2BF5B: hue angle of 58.25º 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 #C2BF5B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 91 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.24 |
| HSL | 58.25º | 0.46% | 0.56% | - |
| HSV(B) | 58.25º | 0.53% | 0.76% | - |
| XYZ | 42.77 | 49.49 | 17.2 | - |
| YUV | 180.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 91 | 0 | 0.02 | 0.53 | 0.24 | 58.25 | 0.46 | 0.56 |
| Hex | C2 | BF | 5B | 0 | 2 | 35 | 18 | 3A | 2E | 38 |
| Octal | 302 | 277 | 133 | 0 | 2 | 65 | 30 | 72 | 56 | 70 |
| Binary | 11000010 | 10111111 | 1011011 | 0 | 10 | 110101 | 11000 | 111010 | 101110 | 111000 |
Color Harmonies of #C2BF5B
Complementary color
Monochromatic Colors of #C2BF5B
Black with #C2BF5B
Text Example
Text Example
White with #C2BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF5B; }
p { color: rgb(194,191,91); }
H1.HeaderClassName
{
color: #C2BF5B;
}
.AnyTagClassName
{
color: #C2BF5B;
}
</style>
background-color css
<style>
a { background-color: #C2BF5B; }
a { background-color: rgb(194,191,91); }
div.DivClassName
{
background-color: #C2BF5B;
}
.BgClassName
{
background-color: #C2BF5B;
}
</style>
border-color css
<style>
span { border-color: #C2BF5B; }
span { border-color: rgb(194,191,91); }
td.TdClassName
{
border-color: #C2BF5B;
}
.TagClassName
{
border-color: #C2BF5B;
}
</style>