Shades of Barberry #C5C822
Tints of Barberry #C5C822
RGB
CMYK
RGB Variations
Color information
#C5C822 (or 0xC5C822) is known color: Barberry. HEX triplet: C5, C8 and 22. RGB value is (197,200,34). Sum of RGB (Red+Green+Blue) = 197+200+34=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C822 is #3A37DD. Grayscale: #B4B4B4. Windows color (decimal): -3815390 or 2279621. OLE color: 2279621.
HSL color Cylindrical-coordinate representation of color #C5C822: hue angle of 61.08º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5C822 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 34 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.22 |
| HSL | 61.08º | 0.71% | 0.46% | - |
| HSV(B) | 61.08º | 0.83% | 0.78% | - |
| XYZ | 43.97 | 53.29 | 9.48 | - |
| YUV | 180.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 34 | 0.02 | 0 | 0.83 | 0.22 | 61.08 | 0.71 | 0.46 |
| Hex | C5 | C8 | 22 | 2 | 0 | 53 | 16 | 3D | 47 | 2E |
| Octal | 305 | 310 | 42 | 2 | 0 | 123 | 26 | 75 | 107 | 56 |
| Binary | 11000101 | 11001000 | 100010 | 10 | 0 | 1010011 | 10110 | 111101 | 1000111 | 101110 |
Color Harmonies of #C5C822
Complementary color
Monochromatic Colors of #C5C822
Black with #C5C822
Text Example
Text Example
White with #C5C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C822; }
p { color: rgb(197,200,34); }
H1.HeaderClassName
{
color: #C5C822;
}
.AnyTagClassName
{
color: #C5C822;
}
</style>
background-color css
<style>
a { background-color: #C5C822; }
a { background-color: rgb(197,200,34); }
div.DivClassName
{
background-color: #C5C822;
}
.BgClassName
{
background-color: #C5C822;
}
</style>
border-color css
<style>
span { border-color: #C5C822; }
span { border-color: rgb(197,200,34); }
td.TdClassName
{
border-color: #C5C822;
}
.TagClassName
{
border-color: #C5C822;
}
</style>