Shades of Barberry #C9D11B
Tints of Barberry #C9D11B
RGB
CMYK
RGB Variations
Color information
#C9D11B (or 0xC9D11B) is known color: Barberry. HEX triplet: C9, D1 and 1B. RGB value is (201,209,27). Sum of RGB (Red+Green+Blue) = 201+209+27=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D11B is #362EE4. Grayscale: #BABABA. Windows color (decimal): -3550949 or 1823177. OLE color: 1823177.
HSL color Cylindrical-coordinate representation of color #C9D11B: hue angle of 62.64º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9D11B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.18 |
| HSL | 62.64º | 0.77% | 0.46% | - |
| HSV(B) | 62.64º | 0.87% | 0.82% | - |
| XYZ | 47.09 | 58.1 | 9.77 | - |
| YUV | 185.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 27 | 0.04 | 0 | 0.87 | 0.18 | 62.64 | 0.77 | 0.46 |
| Hex | C9 | D1 | 1B | 4 | 0 | 57 | 12 | 3F | 4D | 2E |
| Octal | 311 | 321 | 33 | 4 | 0 | 127 | 22 | 77 | 115 | 56 |
| Binary | 11001001 | 11010001 | 11011 | 100 | 0 | 1010111 | 10010 | 111111 | 1001101 | 101110 |
Color Harmonies of #C9D11B
Complementary color
Monochromatic Colors of #C9D11B
Black with #C9D11B
Text Example
Text Example
White with #C9D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D11B; }
p { color: rgb(201,209,27); }
H1.HeaderClassName
{
color: #C9D11B;
}
.AnyTagClassName
{
color: #C9D11B;
}
</style>
background-color css
<style>
a { background-color: #C9D11B; }
a { background-color: rgb(201,209,27); }
div.DivClassName
{
background-color: #C9D11B;
}
.BgClassName
{
background-color: #C9D11B;
}
</style>
border-color css
<style>
span { border-color: #C9D11B; }
span { border-color: rgb(201,209,27); }
td.TdClassName
{
border-color: #C9D11B;
}
.TagClassName
{
border-color: #C9D11B;
}
</style>