Shades of Barberry #C4C620
Tints of Barberry #C4C620
RGB
CMYK
RGB Variations
Color information
#C4C620 (or 0xC4C620) is known color: Barberry. HEX triplet: C4, C6 and 20. RGB value is (196,198,32). Sum of RGB (Red+Green+Blue) = 196+198+32=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C620 is #3B39DF. Grayscale: #B3B3B3. Windows color (decimal): -3881440 or 2148036. OLE color: 2148036.
HSL color Cylindrical-coordinate representation of color #C4C620: hue angle of 60.72º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4C620 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 32 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.22 |
| HSL | 60.72º | 0.72% | 0.45% | - |
| HSV(B) | 60.72º | 0.84% | 0.78% | - |
| XYZ | 43.22 | 52.23 | 9.17 | - |
| YUV | 178.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 32 | 0.01 | 0 | 0.84 | 0.22 | 60.72 | 0.72 | 0.45 |
| Hex | C4 | C6 | 20 | 1 | 0 | 54 | 16 | 3D | 48 | 2D |
| Octal | 304 | 306 | 40 | 1 | 0 | 124 | 26 | 75 | 110 | 55 |
| Binary | 11000100 | 11000110 | 100000 | 1 | 0 | 1010100 | 10110 | 111101 | 1001000 | 101101 |
Color Harmonies of #C4C620
Complementary color
Monochromatic Colors of #C4C620
Black with #C4C620
Text Example
Text Example
White with #C4C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C620; }
p { color: rgb(196,198,32); }
H1.HeaderClassName
{
color: #C4C620;
}
.AnyTagClassName
{
color: #C4C620;
}
</style>
background-color css
<style>
a { background-color: #C4C620; }
a { background-color: rgb(196,198,32); }
div.DivClassName
{
background-color: #C4C620;
}
.BgClassName
{
background-color: #C4C620;
}
</style>
border-color css
<style>
span { border-color: #C4C620; }
span { border-color: rgb(196,198,32); }
td.TdClassName
{
border-color: #C4C620;
}
.TagClassName
{
border-color: #C4C620;
}
</style>