Shades of Barberry #C9CE1F
Tints of Barberry #C9CE1F
RGB
CMYK
RGB Variations
Color information
#C9CE1F (or 0xC9CE1F) is known color: Barberry. HEX triplet: C9, CE and 1F. RGB value is (201,206,31). Sum of RGB (Red+Green+Blue) = 201+206+31=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE1F is #3631E0. Grayscale: #B9B9B9. Windows color (decimal): -3551713 or 2084553. OLE color: 2084553.
HSL color Cylindrical-coordinate representation of color #C9CE1F: hue angle of 61.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9CE1F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.19 |
| HSL | 61.71º | 0.74% | 0.46% | - |
| HSV(B) | 61.71º | 0.85% | 0.81% | - |
| XYZ | 46.41 | 56.66 | 9.79 | - |
| YUV | 184.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 31 | 0.02 | 0 | 0.85 | 0.19 | 61.71 | 0.74 | 0.46 |
| Hex | C9 | CE | 1F | 2 | 0 | 55 | 13 | 3E | 4A | 2E |
| Octal | 311 | 316 | 37 | 2 | 0 | 125 | 23 | 76 | 112 | 56 |
| Binary | 11001001 | 11001110 | 11111 | 10 | 0 | 1010101 | 10011 | 111110 | 1001010 | 101110 |
Color Harmonies of #C9CE1F
Complementary color
Monochromatic Colors of #C9CE1F
Black with #C9CE1F
Text Example
Text Example
White with #C9CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE1F; }
p { color: rgb(201,206,31); }
H1.HeaderClassName
{
color: #C9CE1F;
}
.AnyTagClassName
{
color: #C9CE1F;
}
</style>
background-color css
<style>
a { background-color: #C9CE1F; }
a { background-color: rgb(201,206,31); }
div.DivClassName
{
background-color: #C9CE1F;
}
.BgClassName
{
background-color: #C9CE1F;
}
</style>
border-color css
<style>
span { border-color: #C9CE1F; }
span { border-color: rgb(201,206,31); }
td.TdClassName
{
border-color: #C9CE1F;
}
.TagClassName
{
border-color: #C9CE1F;
}
</style>