Shades of Barberry #C4BA26
Tints of Barberry #C4BA26
RGB
CMYK
RGB Variations
Color information
#C4BA26 (or 0xC4BA26) is known color: Barberry. HEX triplet: C4, BA and 26. RGB value is (196,186,38). Sum of RGB (Red+Green+Blue) = 196+186+38=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA26 is #3B45D9. Grayscale: #ACACAC. Windows color (decimal): -3884506 or 2538180. OLE color: 2538180.
HSL color Cylindrical-coordinate representation of color #C4BA26: hue angle of 56.2º 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 #C4BA26 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 38 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.23 |
| HSL | 56.2º | 0.68% | 0.46% | - |
| HSV(B) | 56.2º | 0.81% | 0.77% | - |
| XYZ | 40.67 | 46.99 | 8.76 | - |
| YUV | 172.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 38 | 0 | 0.05 | 0.81 | 0.23 | 56.2 | 0.68 | 0.46 |
| Hex | C4 | BA | 26 | 0 | 5 | 51 | 17 | 38 | 44 | 2E |
| Octal | 304 | 272 | 46 | 0 | 5 | 121 | 27 | 70 | 104 | 56 |
| Binary | 11000100 | 10111010 | 100110 | 0 | 101 | 1010001 | 10111 | 111000 | 1000100 | 101110 |
Color Harmonies of #C4BA26
Complementary color
Monochromatic Colors of #C4BA26
Black with #C4BA26
Text Example
Text Example
White with #C4BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA26; }
p { color: rgb(196,186,38); }
H1.HeaderClassName
{
color: #C4BA26;
}
.AnyTagClassName
{
color: #C4BA26;
}
</style>
background-color css
<style>
a { background-color: #C4BA26; }
a { background-color: rgb(196,186,38); }
div.DivClassName
{
background-color: #C4BA26;
}
.BgClassName
{
background-color: #C4BA26;
}
</style>
border-color css
<style>
span { border-color: #C4BA26; }
span { border-color: rgb(196,186,38); }
td.TdClassName
{
border-color: #C4BA26;
}
.TagClassName
{
border-color: #C4BA26;
}
</style>