Shades of Barberry #C5C71B
Tints of Barberry #C5C71B
RGB
CMYK
RGB Variations
Color information
#C5C71B (or 0xC5C71B) is known color: Barberry. HEX triplet: C5, C7 and 1B. RGB value is (197,199,27). Sum of RGB (Red+Green+Blue) = 197+199+27=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C71B is #3A38E4. Grayscale: #B3B3B3. Windows color (decimal): -3815653 or 1820613. OLE color: 1820613.
HSL color Cylindrical-coordinate representation of color #C5C71B: hue angle of 60.7º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5C71B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.22 |
| HSL | 60.7º | 0.76% | 0.44% | - |
| HSV(B) | 60.7º | 0.86% | 0.78% | - |
| XYZ | 43.65 | 52.8 | 8.93 | - |
| YUV | 178.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 27 | 0.01 | 0 | 0.86 | 0.22 | 60.7 | 0.76 | 0.44 |
| Hex | C5 | C7 | 1B | 1 | 0 | 56 | 16 | 3D | 4C | 2C |
| Octal | 305 | 307 | 33 | 1 | 0 | 126 | 26 | 75 | 114 | 54 |
| Binary | 11000101 | 11000111 | 11011 | 1 | 0 | 1010110 | 10110 | 111101 | 1001100 | 101100 |
Color Harmonies of #C5C71B
Complementary color
Monochromatic Colors of #C5C71B
Black with #C5C71B
Text Example
Text Example
White with #C5C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C71B; }
p { color: rgb(197,199,27); }
H1.HeaderClassName
{
color: #C5C71B;
}
.AnyTagClassName
{
color: #C5C71B;
}
</style>
background-color css
<style>
a { background-color: #C5C71B; }
a { background-color: rgb(197,199,27); }
div.DivClassName
{
background-color: #C5C71B;
}
.BgClassName
{
background-color: #C5C71B;
}
</style>
border-color css
<style>
span { border-color: #C5C71B; }
span { border-color: rgb(197,199,27); }
td.TdClassName
{
border-color: #C5C71B;
}
.TagClassName
{
border-color: #C5C71B;
}
</style>