Shades of Barberry #C5C724
Tints of Barberry #C5C724
RGB
CMYK
RGB Variations
Color information
#C5C724 (or 0xC5C724) is known color: Barberry. HEX triplet: C5, C7 and 24. RGB value is (197,199,36). Sum of RGB (Red+Green+Blue) = 197+199+36=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C724 is #3A38DB. Grayscale: #B4B4B4. Windows color (decimal): -3815644 or 2410437. OLE color: 2410437.
HSL color Cylindrical-coordinate representation of color #C5C724: hue angle of 60.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5C724 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 36 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.22 |
| HSL | 60.74º | 0.69% | 0.46% | - |
| HSV(B) | 60.74º | 0.82% | 0.78% | - |
| XYZ | 43.77 | 52.84 | 9.56 | - |
| YUV | 179.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 36 | 0.01 | 0 | 0.82 | 0.22 | 60.74 | 0.69 | 0.46 |
| Hex | C5 | C7 | 24 | 1 | 0 | 52 | 16 | 3D | 45 | 2E |
| Octal | 305 | 307 | 44 | 1 | 0 | 122 | 26 | 75 | 105 | 56 |
| Binary | 11000101 | 11000111 | 100100 | 1 | 0 | 1010010 | 10110 | 111101 | 1000101 | 101110 |
Color Harmonies of #C5C724
Complementary color
Monochromatic Colors of #C5C724
Black with #C5C724
Text Example
Text Example
White with #C5C724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C724; }
p { color: rgb(197,199,36); }
H1.HeaderClassName
{
color: #C5C724;
}
.AnyTagClassName
{
color: #C5C724;
}
</style>
background-color css
<style>
a { background-color: #C5C724; }
a { background-color: rgb(197,199,36); }
div.DivClassName
{
background-color: #C5C724;
}
.BgClassName
{
background-color: #C5C724;
}
</style>
border-color css
<style>
span { border-color: #C5C724; }
span { border-color: rgb(197,199,36); }
td.TdClassName
{
border-color: #C5C724;
}
.TagClassName
{
border-color: #C5C724;
}
</style>