Shades of Wild Willow #C7CB5B
Tints of Wild Willow #C7CB5B
RGB
CMYK
RGB Variations
Color information
#C7CB5B (or 0xC7CB5B) is known color: Wild Willow. HEX triplet: C7, CB and 5B. RGB value is (199,203,91). Sum of RGB (Red+Green+Blue) = 199+203+91=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB5B is #3834A4. Grayscale: #BDBDBD. Windows color (decimal): -3683493 or 6015943. OLE color: 6015943.
HSL color Cylindrical-coordinate representation of color #C7CB5B: hue angle of 62.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7CB5B is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 91 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.20 |
| HSL | 62.14º | 0.52% | 0.58% | - |
| HSV(B) | 62.14º | 0.55% | 0.8% | - |
| XYZ | 46.8 | 55.61 | 18.16 | - |
| YUV | 189.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 91 | 0.02 | 0 | 0.55 | 0.20 | 62.14 | 0.52 | 0.58 |
| Hex | C7 | CB | 5B | 2 | 0 | 37 | 14 | 3E | 34 | 3A |
| Octal | 307 | 313 | 133 | 2 | 0 | 67 | 24 | 76 | 64 | 72 |
| Binary | 11000111 | 11001011 | 1011011 | 10 | 0 | 110111 | 10100 | 111110 | 110100 | 111010 |
Color Harmonies of #C7CB5B
Complementary color
Monochromatic Colors of #C7CB5B
Black with #C7CB5B
Text Example
Text Example
White with #C7CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB5B; }
p { color: rgb(199,203,91); }
H1.HeaderClassName
{
color: #C7CB5B;
}
.AnyTagClassName
{
color: #C7CB5B;
}
</style>
background-color css
<style>
a { background-color: #C7CB5B; }
a { background-color: rgb(199,203,91); }
div.DivClassName
{
background-color: #C7CB5B;
}
.BgClassName
{
background-color: #C7CB5B;
}
</style>
border-color css
<style>
span { border-color: #C7CB5B; }
span { border-color: rgb(199,203,91); }
td.TdClassName
{
border-color: #C7CB5B;
}
.TagClassName
{
border-color: #C7CB5B;
}
</style>