Shades of Barberry #C5C921
Tints of Barberry #C5C921
RGB
CMYK
RGB Variations
Color information
#C5C921 (or 0xC5C921) is known color: Barberry. HEX triplet: C5, C9 and 21. RGB value is (197,201,33). Sum of RGB (Red+Green+Blue) = 197+201+33=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C921 is #3A36DE. Grayscale: #B5B5B5. Windows color (decimal): -3815135 or 2214341. OLE color: 2214341.
HSL color Cylindrical-coordinate representation of color #C5C921: hue angle of 61.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5C921 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.21 |
| HSL | 61.43º | 0.72% | 0.46% | - |
| HSV(B) | 61.43º | 0.84% | 0.79% | - |
| XYZ | 44.19 | 53.75 | 9.49 | - |
| YUV | 180.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 33 | 0.02 | 0 | 0.84 | 0.21 | 61.43 | 0.72 | 0.46 |
| Hex | C5 | C9 | 21 | 2 | 0 | 54 | 15 | 3D | 48 | 2E |
| Octal | 305 | 311 | 41 | 2 | 0 | 124 | 25 | 75 | 110 | 56 |
| Binary | 11000101 | 11001001 | 100001 | 10 | 0 | 1010100 | 10101 | 111101 | 1001000 | 101110 |
Color Harmonies of #C5C921
Complementary color
Monochromatic Colors of #C5C921
Black with #C5C921
Text Example
Text Example
White with #C5C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C921; }
p { color: rgb(197,201,33); }
H1.HeaderClassName
{
color: #C5C921;
}
.AnyTagClassName
{
color: #C5C921;
}
</style>
background-color css
<style>
a { background-color: #C5C921; }
a { background-color: rgb(197,201,33); }
div.DivClassName
{
background-color: #C5C921;
}
.BgClassName
{
background-color: #C5C921;
}
</style>
border-color css
<style>
span { border-color: #C5C921; }
span { border-color: rgb(197,201,33); }
td.TdClassName
{
border-color: #C5C921;
}
.TagClassName
{
border-color: #C5C921;
}
</style>