Shades of Barberry #C9BA24
Tints of Barberry #C9BA24
RGB
CMYK
RGB Variations
Color information
#C9BA24 (or 0xC9BA24) is known color: Barberry. HEX triplet: C9, BA and 24. RGB value is (201,186,36). Sum of RGB (Red+Green+Blue) = 201+186+36=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA24 is #3645DB. Grayscale: #AEAEAE. Windows color (decimal): -3556828 or 2407113. OLE color: 2407113.
HSL color Cylindrical-coordinate representation of color #C9BA24: hue angle of 54.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9BA24 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 36 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.21 |
| HSL | 54.55º | 0.7% | 0.46% | - |
| HSV(B) | 54.55º | 0.82% | 0.79% | - |
| XYZ | 41.96 | 47.66 | 8.66 | - |
| YUV | 173.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 36 | 0 | 0.07 | 0.82 | 0.21 | 54.55 | 0.7 | 0.46 |
| Hex | C9 | BA | 24 | 0 | 7 | 52 | 15 | 37 | 46 | 2E |
| Octal | 311 | 272 | 44 | 0 | 7 | 122 | 25 | 67 | 106 | 56 |
| Binary | 11001001 | 10111010 | 100100 | 0 | 111 | 1010010 | 10101 | 110111 | 1000110 | 101110 |
Color Harmonies of #C9BA24
Complementary color
Monochromatic Colors of #C9BA24
Black with #C9BA24
Text Example
Text Example
White with #C9BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA24; }
p { color: rgb(201,186,36); }
H1.HeaderClassName
{
color: #C9BA24;
}
.AnyTagClassName
{
color: #C9BA24;
}
</style>
background-color css
<style>
a { background-color: #C9BA24; }
a { background-color: rgb(201,186,36); }
div.DivClassName
{
background-color: #C9BA24;
}
.BgClassName
{
background-color: #C9BA24;
}
</style>
border-color css
<style>
span { border-color: #C9BA24; }
span { border-color: rgb(201,186,36); }
td.TdClassName
{
border-color: #C9BA24;
}
.TagClassName
{
border-color: #C9BA24;
}
</style>