Shades of Barberry #C9D022
Tints of Barberry #C9D022
RGB
CMYK
RGB Variations
Color information
#C9D022 (or 0xC9D022) is known color: Barberry. HEX triplet: C9, D0 and 22. RGB value is (201,208,34). Sum of RGB (Red+Green+Blue) = 201+208+34=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D022 is #362FDD. Grayscale: #BABABA. Windows color (decimal): -3551198 or 2281673. OLE color: 2281673.
HSL color Cylindrical-coordinate representation of color #C9D022: hue angle of 62.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9D022 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 34 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.18 |
| HSL | 62.41º | 0.72% | 0.47% | - |
| HSV(B) | 62.41º | 0.84% | 0.82% | - |
| XYZ | 46.93 | 57.64 | 10.17 | - |
| YUV | 186.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 34 | 0.03 | 0 | 0.84 | 0.18 | 62.41 | 0.72 | 0.47 |
| Hex | C9 | D0 | 22 | 3 | 0 | 54 | 12 | 3E | 48 | 2F |
| Octal | 311 | 320 | 42 | 3 | 0 | 124 | 22 | 76 | 110 | 57 |
| Binary | 11001001 | 11010000 | 100010 | 11 | 0 | 1010100 | 10010 | 111110 | 1001000 | 101111 |
Color Harmonies of #C9D022
Complementary color
Monochromatic Colors of #C9D022
Black with #C9D022
Text Example
Text Example
White with #C9D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D022; }
p { color: rgb(201,208,34); }
H1.HeaderClassName
{
color: #C9D022;
}
.AnyTagClassName
{
color: #C9D022;
}
</style>
background-color css
<style>
a { background-color: #C9D022; }
a { background-color: rgb(201,208,34); }
div.DivClassName
{
background-color: #C9D022;
}
.BgClassName
{
background-color: #C9D022;
}
</style>
border-color css
<style>
span { border-color: #C9D022; }
span { border-color: rgb(201,208,34); }
td.TdClassName
{
border-color: #C9D022;
}
.TagClassName
{
border-color: #C9D022;
}
</style>