Shades of Barberry #C5BF25
Tints of Barberry #C5BF25
RGB
CMYK
RGB Variations
Color information
#C5BF25 (or 0xC5BF25) is known color: Barberry. HEX triplet: C5, BF and 25. RGB value is (197,191,37). Sum of RGB (Red+Green+Blue) = 197+191+37=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF25 is #3A40DA. Grayscale: #AFAFAF. Windows color (decimal): -3817691 or 2473925. OLE color: 2473925.
HSL color Cylindrical-coordinate representation of color #C5BF25: hue angle of 57.75º 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 #C5BF25 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 37 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.23 |
| HSL | 57.75º | 0.68% | 0.46% | - |
| HSV(B) | 57.75º | 0.81% | 0.77% | - |
| XYZ | 41.99 | 49.27 | 9.05 | - |
| YUV | 175.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 37 | 0 | 0.03 | 0.81 | 0.23 | 57.75 | 0.68 | 0.46 |
| Hex | C5 | BF | 25 | 0 | 3 | 51 | 17 | 3A | 44 | 2E |
| Octal | 305 | 277 | 45 | 0 | 3 | 121 | 27 | 72 | 104 | 56 |
| Binary | 11000101 | 10111111 | 100101 | 0 | 11 | 1010001 | 10111 | 111010 | 1000100 | 101110 |
Color Harmonies of #C5BF25
Complementary color
Monochromatic Colors of #C5BF25
Black with #C5BF25
Text Example
Text Example
White with #C5BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF25; }
p { color: rgb(197,191,37); }
H1.HeaderClassName
{
color: #C5BF25;
}
.AnyTagClassName
{
color: #C5BF25;
}
</style>
background-color css
<style>
a { background-color: #C5BF25; }
a { background-color: rgb(197,191,37); }
div.DivClassName
{
background-color: #C5BF25;
}
.BgClassName
{
background-color: #C5BF25;
}
</style>
border-color css
<style>
span { border-color: #C5BF25; }
span { border-color: rgb(197,191,37); }
td.TdClassName
{
border-color: #C5BF25;
}
.TagClassName
{
border-color: #C5BF25;
}
</style>