Shades of Barberry #C6C924
Tints of Barberry #C6C924
RGB
CMYK
RGB Variations
Color information
#C6C924 (or 0xC6C924) is known color: Barberry. HEX triplet: C6, C9 and 24. RGB value is (198,201,36). Sum of RGB (Red+Green+Blue) = 198+201+36=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C924 is #3936DB. Grayscale: #B5B5B5. Windows color (decimal): -3749596 or 2410950. OLE color: 2410950.
HSL color Cylindrical-coordinate representation of color #C6C924: hue angle of 61.09º 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 #C6C924 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 36 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.21 |
| HSL | 61.09º | 0.7% | 0.46% | - |
| HSV(B) | 61.09º | 0.82% | 0.79% | - |
| XYZ | 44.49 | 53.91 | 9.73 | - |
| YUV | 181.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 36 | 0.01 | 0 | 0.82 | 0.21 | 61.09 | 0.7 | 0.46 |
| Hex | C6 | C9 | 24 | 1 | 0 | 52 | 15 | 3D | 46 | 2E |
| Octal | 306 | 311 | 44 | 1 | 0 | 122 | 25 | 75 | 106 | 56 |
| Binary | 11000110 | 11001001 | 100100 | 1 | 0 | 1010010 | 10101 | 111101 | 1000110 | 101110 |
Color Harmonies of #C6C924
Complementary color
Monochromatic Colors of #C6C924
Black with #C6C924
Text Example
Text Example
White with #C6C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C924; }
p { color: rgb(198,201,36); }
H1.HeaderClassName
{
color: #C6C924;
}
.AnyTagClassName
{
color: #C6C924;
}
</style>
background-color css
<style>
a { background-color: #C6C924; }
a { background-color: rgb(198,201,36); }
div.DivClassName
{
background-color: #C6C924;
}
.BgClassName
{
background-color: #C6C924;
}
</style>
border-color css
<style>
span { border-color: #C6C924; }
span { border-color: rgb(198,201,36); }
td.TdClassName
{
border-color: #C6C924;
}
.TagClassName
{
border-color: #C6C924;
}
</style>