Shades of Barberry #C4C726
Tints of Barberry #C4C726
RGB
CMYK
RGB Variations
Color information
#C4C726 (or 0xC4C726) is known color: Barberry. HEX triplet: C4, C7 and 26. RGB value is (196,199,38). Sum of RGB (Red+Green+Blue) = 196+199+38=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C726 is #3B38D9. Grayscale: #B4B4B4. Windows color (decimal): -3881178 or 2541508. OLE color: 2541508.
HSL color Cylindrical-coordinate representation of color #C4C726: hue angle of 61.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4C726 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 38 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.22 |
| HSL | 61.12º | 0.68% | 0.46% | - |
| HSV(B) | 61.12º | 0.81% | 0.78% | - |
| XYZ | 43.54 | 52.72 | 9.72 | - |
| YUV | 179.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 38 | 0.02 | 0 | 0.81 | 0.22 | 61.12 | 0.68 | 0.46 |
| Hex | C4 | C7 | 26 | 2 | 0 | 51 | 16 | 3D | 44 | 2E |
| Octal | 304 | 307 | 46 | 2 | 0 | 121 | 26 | 75 | 104 | 56 |
| Binary | 11000100 | 11000111 | 100110 | 10 | 0 | 1010001 | 10110 | 111101 | 1000100 | 101110 |
Color Harmonies of #C4C726
Complementary color
Monochromatic Colors of #C4C726
Black with #C4C726
Text Example
Text Example
White with #C4C726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C726; }
p { color: rgb(196,199,38); }
H1.HeaderClassName
{
color: #C4C726;
}
.AnyTagClassName
{
color: #C4C726;
}
</style>
background-color css
<style>
a { background-color: #C4C726; }
a { background-color: rgb(196,199,38); }
div.DivClassName
{
background-color: #C4C726;
}
.BgClassName
{
background-color: #C4C726;
}
</style>
border-color css
<style>
span { border-color: #C4C726; }
span { border-color: rgb(196,199,38); }
td.TdClassName
{
border-color: #C4C726;
}
.TagClassName
{
border-color: #C4C726;
}
</style>