Shades of Barberry #C5BE25
Tints of Barberry #C5BE25
RGB
CMYK
RGB Variations
Color information
#C5BE25 (or 0xC5BE25) is known color: Barberry. HEX triplet: C5, BE and 25. RGB value is (197,190,37). Sum of RGB (Red+Green+Blue) = 197+190+37=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE25 is #3A41DA. Grayscale: #AFAFAF. Windows color (decimal): -3817947 or 2473669. OLE color: 2473669.
HSL color Cylindrical-coordinate representation of color #C5BE25: hue angle of 57.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5BE25 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 37 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.23 |
| HSL | 57.38º | 0.68% | 0.46% | - |
| HSV(B) | 57.38º | 0.81% | 0.77% | - |
| XYZ | 41.77 | 48.83 | 8.97 | - |
| YUV | 174.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 37 | 0 | 0.04 | 0.81 | 0.23 | 57.38 | 0.68 | 0.46 |
| Hex | C5 | BE | 25 | 0 | 4 | 51 | 17 | 39 | 44 | 2E |
| Octal | 305 | 276 | 45 | 0 | 4 | 121 | 27 | 71 | 104 | 56 |
| Binary | 11000101 | 10111110 | 100101 | 0 | 100 | 1010001 | 10111 | 111001 | 1000100 | 101110 |
Color Harmonies of #C5BE25
Complementary color
Monochromatic Colors of #C5BE25
Black with #C5BE25
Text Example
Text Example
White with #C5BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE25; }
p { color: rgb(197,190,37); }
H1.HeaderClassName
{
color: #C5BE25;
}
.AnyTagClassName
{
color: #C5BE25;
}
</style>
background-color css
<style>
a { background-color: #C5BE25; }
a { background-color: rgb(197,190,37); }
div.DivClassName
{
background-color: #C5BE25;
}
.BgClassName
{
background-color: #C5BE25;
}
</style>
border-color css
<style>
span { border-color: #C5BE25; }
span { border-color: rgb(197,190,37); }
td.TdClassName
{
border-color: #C5BE25;
}
.TagClassName
{
border-color: #C5BE25;
}
</style>