Shades of Barberry #C5C820
Tints of Barberry #C5C820
RGB
CMYK
RGB Variations
Color information
#C5C820 (or 0xC5C820) is known color: Barberry. HEX triplet: C5, C8 and 20. RGB value is (197,200,32). Sum of RGB (Red+Green+Blue) = 197+200+32=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C820 is #3A37DF. Grayscale: #B4B4B4. Windows color (decimal): -3815392 or 2148549. OLE color: 2148549.
HSL color Cylindrical-coordinate representation of color #C5C820: hue angle of 61.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C820 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 32 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.22 |
| HSL | 61.07º | 0.72% | 0.45% | - |
| HSV(B) | 61.07º | 0.84% | 0.78% | - |
| XYZ | 43.94 | 53.28 | 9.34 | - |
| YUV | 179.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 32 | 0.02 | 0 | 0.84 | 0.22 | 61.07 | 0.72 | 0.45 |
| Hex | C5 | C8 | 20 | 2 | 0 | 54 | 16 | 3D | 48 | 2D |
| Octal | 305 | 310 | 40 | 2 | 0 | 124 | 26 | 75 | 110 | 55 |
| Binary | 11000101 | 11001000 | 100000 | 10 | 0 | 1010100 | 10110 | 111101 | 1001000 | 101101 |
Color Harmonies of #C5C820
Complementary color
Monochromatic Colors of #C5C820
Black with #C5C820
Text Example
Text Example
White with #C5C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C820; }
p { color: rgb(197,200,32); }
H1.HeaderClassName
{
color: #C5C820;
}
.AnyTagClassName
{
color: #C5C820;
}
</style>
background-color css
<style>
a { background-color: #C5C820; }
a { background-color: rgb(197,200,32); }
div.DivClassName
{
background-color: #C5C820;
}
.BgClassName
{
background-color: #C5C820;
}
</style>
border-color css
<style>
span { border-color: #C5C820; }
span { border-color: rgb(197,200,32); }
td.TdClassName
{
border-color: #C5C820;
}
.TagClassName
{
border-color: #C5C820;
}
</style>