Shades of Barberry #C6CB22
Tints of Barberry #C6CB22
RGB
CMYK
RGB Variations
Color information
#C6CB22 (or 0xC6CB22) is known color: Barberry. HEX triplet: C6, CB and 22. RGB value is (198,203,34). Sum of RGB (Red+Green+Blue) = 198+203+34=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB22 is #3934DD. Grayscale: #B6B6B6. Windows color (decimal): -3749086 or 2280390. OLE color: 2280390.
HSL color Cylindrical-coordinate representation of color #C6CB22: hue angle of 61.78º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6CB22 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 34 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.20 |
| HSL | 61.78º | 0.71% | 0.46% | - |
| HSV(B) | 61.78º | 0.83% | 0.8% | - |
| XYZ | 44.93 | 54.83 | 9.73 | - |
| YUV | 182.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 34 | 0.02 | 0 | 0.83 | 0.20 | 61.78 | 0.71 | 0.46 |
| Hex | C6 | CB | 22 | 2 | 0 | 53 | 14 | 3E | 47 | 2E |
| Octal | 306 | 313 | 42 | 2 | 0 | 123 | 24 | 76 | 107 | 56 |
| Binary | 11000110 | 11001011 | 100010 | 10 | 0 | 1010011 | 10100 | 111110 | 1000111 | 101110 |
Color Harmonies of #C6CB22
Complementary color
Monochromatic Colors of #C6CB22
Black with #C6CB22
Text Example
Text Example
White with #C6CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB22; }
p { color: rgb(198,203,34); }
H1.HeaderClassName
{
color: #C6CB22;
}
.AnyTagClassName
{
color: #C6CB22;
}
</style>
background-color css
<style>
a { background-color: #C6CB22; }
a { background-color: rgb(198,203,34); }
div.DivClassName
{
background-color: #C6CB22;
}
.BgClassName
{
background-color: #C6CB22;
}
</style>
border-color css
<style>
span { border-color: #C6CB22; }
span { border-color: rgb(198,203,34); }
td.TdClassName
{
border-color: #C6CB22;
}
.TagClassName
{
border-color: #C6CB22;
}
</style>