Shades of Barberry #C8D41A
Tints of Barberry #C8D41A
RGB
CMYK
RGB Variations
Color information
#C8D41A (or 0xC8D41A) is known color: Barberry. HEX triplet: C8, D4 and 1A. RGB value is (200,212,26). Sum of RGB (Red+Green+Blue) = 200+212+26=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D41A is #372BE5. Grayscale: #BBBBBB. Windows color (decimal): -3615718 or 1758408. OLE color: 1758408.
HSL color Cylindrical-coordinate representation of color #C8D41A: hue angle of 63.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8D41A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 26 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.17 |
| HSL | 63.87º | 0.78% | 0.47% | - |
| HSV(B) | 63.87º | 0.88% | 0.83% | - |
| XYZ | 47.55 | 59.44 | 9.94 | - |
| YUV | 187.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 26 | 0.06 | 0 | 0.88 | 0.17 | 63.87 | 0.78 | 0.47 |
| Hex | C8 | D4 | 1A | 6 | 0 | 58 | 11 | 40 | 4E | 2F |
| Octal | 310 | 324 | 32 | 6 | 0 | 130 | 21 | 100 | 116 | 57 |
| Binary | 11001000 | 11010100 | 11010 | 110 | 0 | 1011000 | 10001 | 1000000 | 1001110 | 101111 |
Color Harmonies of #C8D41A
Complementary color
Monochromatic Colors of #C8D41A
Black with #C8D41A
Text Example
Text Example
White with #C8D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D41A; }
p { color: rgb(200,212,26); }
H1.HeaderClassName
{
color: #C8D41A;
}
.AnyTagClassName
{
color: #C8D41A;
}
</style>
background-color css
<style>
a { background-color: #C8D41A; }
a { background-color: rgb(200,212,26); }
div.DivClassName
{
background-color: #C8D41A;
}
.BgClassName
{
background-color: #C8D41A;
}
</style>
border-color css
<style>
span { border-color: #C8D41A; }
span { border-color: rgb(200,212,26); }
td.TdClassName
{
border-color: #C8D41A;
}
.TagClassName
{
border-color: #C8D41A;
}
</style>