Shades of Barberry #C9D619
Tints of Barberry #C9D619
RGB
CMYK
RGB Variations
Color information
#C9D619 (or 0xC9D619) is known color: Barberry. HEX triplet: C9, D6 and 19. RGB value is (201,214,25). Sum of RGB (Red+Green+Blue) = 201+214+25=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D619 is #3629E6. Grayscale: #BDBDBD. Windows color (decimal): -3549671 or 1693385. OLE color: 1693385.
HSL color Cylindrical-coordinate representation of color #C9D619: hue angle of 64.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9D619 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.16 |
| HSL | 64.13º | 0.79% | 0.47% | - |
| HSV(B) | 64.13º | 0.88% | 0.84% | - |
| XYZ | 48.31 | 60.58 | 10.07 | - |
| YUV | 188.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 25 | 0.06 | 0 | 0.88 | 0.16 | 64.13 | 0.79 | 0.47 |
| Hex | C9 | D6 | 19 | 6 | 0 | 58 | 10 | 40 | 4F | 2F |
| Octal | 311 | 326 | 31 | 6 | 0 | 130 | 20 | 100 | 117 | 57 |
| Binary | 11001001 | 11010110 | 11001 | 110 | 0 | 1011000 | 10000 | 1000000 | 1001111 | 101111 |
Color Harmonies of #C9D619
Complementary color
Monochromatic Colors of #C9D619
Black with #C9D619
Text Example
Text Example
White with #C9D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D619; }
p { color: rgb(201,214,25); }
H1.HeaderClassName
{
color: #C9D619;
}
.AnyTagClassName
{
color: #C9D619;
}
</style>
background-color css
<style>
a { background-color: #C9D619; }
a { background-color: rgb(201,214,25); }
div.DivClassName
{
background-color: #C9D619;
}
.BgClassName
{
background-color: #C9D619;
}
</style>
border-color css
<style>
span { border-color: #C9D619; }
span { border-color: rgb(201,214,25); }
td.TdClassName
{
border-color: #C9D619;
}
.TagClassName
{
border-color: #C9D619;
}
</style>