Shades of Barberry #C8CE22
Tints of Barberry #C8CE22
RGB
CMYK
RGB Variations
Color information
#C8CE22 (or 0xC8CE22) is known color: Barberry. HEX triplet: C8, CE and 22. RGB value is (200,206,34). Sum of RGB (Red+Green+Blue) = 200+206+34=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE22 is #3731DD. Grayscale: #B9B9B9. Windows color (decimal): -3617246 or 2281160. OLE color: 2281160.
HSL color Cylindrical-coordinate representation of color #C8CE22: hue angle of 62.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8CE22 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 34 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.19 |
| HSL | 62.09º | 0.72% | 0.47% | - |
| HSV(B) | 62.09º | 0.83% | 0.81% | - |
| XYZ | 46.18 | 56.54 | 9.99 | - |
| YUV | 184.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 34 | 0.03 | 0 | 0.83 | 0.19 | 62.09 | 0.72 | 0.47 |
| Hex | C8 | CE | 22 | 3 | 0 | 53 | 13 | 3E | 48 | 2F |
| Octal | 310 | 316 | 42 | 3 | 0 | 123 | 23 | 76 | 110 | 57 |
| Binary | 11001000 | 11001110 | 100010 | 11 | 0 | 1010011 | 10011 | 111110 | 1001000 | 101111 |
Color Harmonies of #C8CE22
Complementary color
Monochromatic Colors of #C8CE22
Black with #C8CE22
Text Example
Text Example
White with #C8CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE22; }
p { color: rgb(200,206,34); }
H1.HeaderClassName
{
color: #C8CE22;
}
.AnyTagClassName
{
color: #C8CE22;
}
</style>
background-color css
<style>
a { background-color: #C8CE22; }
a { background-color: rgb(200,206,34); }
div.DivClassName
{
background-color: #C8CE22;
}
.BgClassName
{
background-color: #C8CE22;
}
</style>
border-color css
<style>
span { border-color: #C8CE22; }
span { border-color: rgb(200,206,34); }
td.TdClassName
{
border-color: #C8CE22;
}
.TagClassName
{
border-color: #C8CE22;
}
</style>