Shades of Barberry #C5BA26
Tints of Barberry #C5BA26
RGB
CMYK
RGB Variations
Color information
#C5BA26 (or 0xC5BA26) is known color: Barberry. HEX triplet: C5, BA and 26. RGB value is (197,186,38). Sum of RGB (Red+Green+Blue) = 197+186+38=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA26 is #3A45D9. Grayscale: #ADADAD. Windows color (decimal): -3818970 or 2538181. OLE color: 2538181.
HSL color Cylindrical-coordinate representation of color #C5BA26: hue angle of 55.85º 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 #C5BA26 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.23 |
| HSL | 55.85º | 0.68% | 0.46% | - |
| HSV(B) | 55.85º | 0.81% | 0.77% | - |
| XYZ | 40.93 | 47.13 | 8.77 | - |
| YUV | 172.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 38 | 0 | 0.06 | 0.81 | 0.23 | 55.85 | 0.68 | 0.46 |
| Hex | C5 | BA | 26 | 0 | 6 | 51 | 17 | 38 | 44 | 2E |
| Octal | 305 | 272 | 46 | 0 | 6 | 121 | 27 | 70 | 104 | 56 |
| Binary | 11000101 | 10111010 | 100110 | 0 | 110 | 1010001 | 10111 | 111000 | 1000100 | 101110 |
Color Harmonies of #C5BA26
Complementary color
Monochromatic Colors of #C5BA26
Black with #C5BA26
Text Example
Text Example
White with #C5BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA26; }
p { color: rgb(197,186,38); }
H1.HeaderClassName
{
color: #C5BA26;
}
.AnyTagClassName
{
color: #C5BA26;
}
</style>
background-color css
<style>
a { background-color: #C5BA26; }
a { background-color: rgb(197,186,38); }
div.DivClassName
{
background-color: #C5BA26;
}
.BgClassName
{
background-color: #C5BA26;
}
</style>
border-color css
<style>
span { border-color: #C5BA26; }
span { border-color: rgb(197,186,38); }
td.TdClassName
{
border-color: #C5BA26;
}
.TagClassName
{
border-color: #C5BA26;
}
</style>