Shades of Barberry #C5BF24
Tints of Barberry #C5BF24
RGB
CMYK
RGB Variations
Color information
#C5BF24 (or 0xC5BF24) is known color: Barberry. HEX triplet: C5, BF and 24. RGB value is (197,191,36). Sum of RGB (Red+Green+Blue) = 197+191+36=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF24 is #3A40DB. Grayscale: #AFAFAF. Windows color (decimal): -3817692 or 2408389. OLE color: 2408389.
HSL color Cylindrical-coordinate representation of color #C5BF24: hue angle of 57.76º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5BF24 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 36 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.23 |
| HSL | 57.76º | 0.69% | 0.46% | - |
| HSV(B) | 57.76º | 0.82% | 0.77% | - |
| XYZ | 41.98 | 49.26 | 8.96 | - |
| YUV | 175.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 36 | 0 | 0.03 | 0.82 | 0.23 | 57.76 | 0.69 | 0.46 |
| Hex | C5 | BF | 24 | 0 | 3 | 52 | 17 | 3A | 45 | 2E |
| Octal | 305 | 277 | 44 | 0 | 3 | 122 | 27 | 72 | 105 | 56 |
| Binary | 11000101 | 10111111 | 100100 | 0 | 11 | 1010010 | 10111 | 111010 | 1000101 | 101110 |
Color Harmonies of #C5BF24
Complementary color
Monochromatic Colors of #C5BF24
Black with #C5BF24
Text Example
Text Example
White with #C5BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF24; }
p { color: rgb(197,191,36); }
H1.HeaderClassName
{
color: #C5BF24;
}
.AnyTagClassName
{
color: #C5BF24;
}
</style>
background-color css
<style>
a { background-color: #C5BF24; }
a { background-color: rgb(197,191,36); }
div.DivClassName
{
background-color: #C5BF24;
}
.BgClassName
{
background-color: #C5BF24;
}
</style>
border-color css
<style>
span { border-color: #C5BF24; }
span { border-color: rgb(197,191,36); }
td.TdClassName
{
border-color: #C5BF24;
}
.TagClassName
{
border-color: #C5BF24;
}
</style>