Shades of Barberry #C5C81D
Tints of Barberry #C5C81D
RGB
CMYK
RGB Variations
Color information
#C5C81D (or 0xC5C81D) is known color: Barberry. HEX triplet: C5, C8 and 1D. RGB value is (197,200,29). Sum of RGB (Red+Green+Blue) = 197+200+29=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C81D is #3A37E2. Grayscale: #B4B4B4. Windows color (decimal): -3815395 or 1951941. OLE color: 1951941.
HSL color Cylindrical-coordinate representation of color #C5C81D: hue angle of 61.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5C81D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.22 |
| HSL | 61.05º | 0.75% | 0.45% | - |
| HSV(B) | 61.05º | 0.86% | 0.78% | - |
| XYZ | 43.9 | 53.27 | 9.13 | - |
| YUV | 179.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 29 | 0.02 | 0 | 0.86 | 0.22 | 61.05 | 0.75 | 0.45 |
| Hex | C5 | C8 | 1D | 2 | 0 | 56 | 16 | 3D | 4B | 2D |
| Octal | 305 | 310 | 35 | 2 | 0 | 126 | 26 | 75 | 113 | 55 |
| Binary | 11000101 | 11001000 | 11101 | 10 | 0 | 1010110 | 10110 | 111101 | 1001011 | 101101 |
Color Harmonies of #C5C81D
Complementary color
Monochromatic Colors of #C5C81D
Black with #C5C81D
Text Example
Text Example
White with #C5C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C81D; }
p { color: rgb(197,200,29); }
H1.HeaderClassName
{
color: #C5C81D;
}
.AnyTagClassName
{
color: #C5C81D;
}
</style>
background-color css
<style>
a { background-color: #C5C81D; }
a { background-color: rgb(197,200,29); }
div.DivClassName
{
background-color: #C5C81D;
}
.BgClassName
{
background-color: #C5C81D;
}
</style>
border-color css
<style>
span { border-color: #C5C81D; }
span { border-color: rgb(197,200,29); }
td.TdClassName
{
border-color: #C5C81D;
}
.TagClassName
{
border-color: #C5C81D;
}
</style>