Shades of Barberry #C5C22F
Tints of Barberry #C5C22F
RGB
CMYK
RGB Variations
Color information
#C5C22F (or 0xC5C22F) is known color: Barberry. HEX triplet: C5, C2 and 2F. RGB value is (197,194,47). Sum of RGB (Red+Green+Blue) = 197+194+47=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C22F is #3A3DD0. Grayscale: #B2B2B2. Windows color (decimal): -3816913 or 3130053. OLE color: 3130053.
HSL color Cylindrical-coordinate representation of color #C5C22F: hue angle of 58.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5C22F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 47 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.23 |
| HSL | 58.8º | 0.61% | 0.48% | - |
| HSV(B) | 58.8º | 0.76% | 0.77% | - |
| XYZ | 42.83 | 50.66 | 10.21 | - |
| YUV | 178.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 47 | 0 | 0.02 | 0.76 | 0.23 | 58.8 | 0.61 | 0.48 |
| Hex | C5 | C2 | 2F | 0 | 2 | 4C | 17 | 3B | 3D | 30 |
| Octal | 305 | 302 | 57 | 0 | 2 | 114 | 27 | 73 | 75 | 60 |
| Binary | 11000101 | 11000010 | 101111 | 0 | 10 | 1001100 | 10111 | 111011 | 111101 | 110000 |
Color Harmonies of #C5C22F
Complementary color
Monochromatic Colors of #C5C22F
Black with #C5C22F
Text Example
Text Example
White with #C5C22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C22F; }
p { color: rgb(197,194,47); }
H1.HeaderClassName
{
color: #C5C22F;
}
.AnyTagClassName
{
color: #C5C22F;
}
</style>
background-color css
<style>
a { background-color: #C5C22F; }
a { background-color: rgb(197,194,47); }
div.DivClassName
{
background-color: #C5C22F;
}
.BgClassName
{
background-color: #C5C22F;
}
</style>
border-color css
<style>
span { border-color: #C5C22F; }
span { border-color: rgb(197,194,47); }
td.TdClassName
{
border-color: #C5C22F;
}
.TagClassName
{
border-color: #C5C22F;
}
</style>