Shades of Barberry #C5BE2C
Tints of Barberry #C5BE2C
RGB
CMYK
RGB Variations
Color information
#C5BE2C (or 0xC5BE2C) is known color: Barberry. HEX triplet: C5, BE and 2C. RGB value is (197,190,44). Sum of RGB (Red+Green+Blue) = 197+190+44=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE2C is #3A41D3. Grayscale: #B0B0B0. Windows color (decimal): -3817940 or 2932421. OLE color: 2932421.
HSL color Cylindrical-coordinate representation of color #C5BE2C: hue angle of 57.25º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5BE2C is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 44 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.23 |
| HSL | 57.25º | 0.63% | 0.47% | - |
| HSV(B) | 57.25º | 0.78% | 0.77% | - |
| XYZ | 41.89 | 48.88 | 9.61 | - |
| YUV | 175.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 44 | 0 | 0.04 | 0.78 | 0.23 | 57.25 | 0.63 | 0.47 |
| Hex | C5 | BE | 2C | 0 | 4 | 4E | 17 | 39 | 3F | 2F |
| Octal | 305 | 276 | 54 | 0 | 4 | 116 | 27 | 71 | 77 | 57 |
| Binary | 11000101 | 10111110 | 101100 | 0 | 100 | 1001110 | 10111 | 111001 | 111111 | 101111 |
Color Harmonies of #C5BE2C
Complementary color
Monochromatic Colors of #C5BE2C
Black with #C5BE2C
Text Example
Text Example
White with #C5BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE2C; }
p { color: rgb(197,190,44); }
H1.HeaderClassName
{
color: #C5BE2C;
}
.AnyTagClassName
{
color: #C5BE2C;
}
</style>
background-color css
<style>
a { background-color: #C5BE2C; }
a { background-color: rgb(197,190,44); }
div.DivClassName
{
background-color: #C5BE2C;
}
.BgClassName
{
background-color: #C5BE2C;
}
</style>
border-color css
<style>
span { border-color: #C5BE2C; }
span { border-color: rgb(197,190,44); }
td.TdClassName
{
border-color: #C5BE2C;
}
.TagClassName
{
border-color: #C5BE2C;
}
</style>