Shades of Barberry #C5C222
Tints of Barberry #C5C222
RGB
CMYK
RGB Variations
Color information
#C5C222 (or 0xC5C222) is known color: Barberry. HEX triplet: C5, C2 and 22. RGB value is (197,194,34). Sum of RGB (Red+Green+Blue) = 197+194+34=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C222 is #3A3DDD. Grayscale: #B1B1B1. Windows color (decimal): -3816926 or 2278085. OLE color: 2278085.
HSL color Cylindrical-coordinate representation of color #C5C222: hue angle of 58.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5C222 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 34 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.23 |
| HSL | 58.9º | 0.71% | 0.45% | - |
| HSV(B) | 58.9º | 0.83% | 0.77% | - |
| XYZ | 42.61 | 50.57 | 9.03 | - |
| YUV | 176.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 34 | 0 | 0.02 | 0.83 | 0.23 | 58.9 | 0.71 | 0.45 |
| Hex | C5 | C2 | 22 | 0 | 2 | 53 | 17 | 3B | 47 | 2D |
| Octal | 305 | 302 | 42 | 0 | 2 | 123 | 27 | 73 | 107 | 55 |
| Binary | 11000101 | 11000010 | 100010 | 0 | 10 | 1010011 | 10111 | 111011 | 1000111 | 101101 |
Color Harmonies of #C5C222
Complementary color
Monochromatic Colors of #C5C222
Black with #C5C222
Text Example
Text Example
White with #C5C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C222; }
p { color: rgb(197,194,34); }
H1.HeaderClassName
{
color: #C5C222;
}
.AnyTagClassName
{
color: #C5C222;
}
</style>
background-color css
<style>
a { background-color: #C5C222; }
a { background-color: rgb(197,194,34); }
div.DivClassName
{
background-color: #C5C222;
}
.BgClassName
{
background-color: #C5C222;
}
</style>
border-color css
<style>
span { border-color: #C5C222; }
span { border-color: rgb(197,194,34); }
td.TdClassName
{
border-color: #C5C222;
}
.TagClassName
{
border-color: #C5C222;
}
</style>