Shades of Barberry #C6CB1D
Tints of Barberry #C6CB1D
RGB
CMYK
RGB Variations
Color information
#C6CB1D (or 0xC6CB1D) is known color: Barberry. HEX triplet: C6, CB and 1D. RGB value is (198,203,29). Sum of RGB (Red+Green+Blue) = 198+203+29=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB1D is #3934E2. Grayscale: #B6B6B6. Windows color (decimal): -3749091 or 1952710. OLE color: 1952710.
HSL color Cylindrical-coordinate representation of color #C6CB1D: hue angle of 61.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CB1D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.20 |
| HSL | 61.72º | 0.75% | 0.45% | - |
| HSV(B) | 61.72º | 0.86% | 0.8% | - |
| XYZ | 44.87 | 54.81 | 9.38 | - |
| YUV | 181.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 29 | 0.02 | 0 | 0.86 | 0.20 | 61.72 | 0.75 | 0.45 |
| Hex | C6 | CB | 1D | 2 | 0 | 56 | 14 | 3E | 4B | 2D |
| Octal | 306 | 313 | 35 | 2 | 0 | 126 | 24 | 76 | 113 | 55 |
| Binary | 11000110 | 11001011 | 11101 | 10 | 0 | 1010110 | 10100 | 111110 | 1001011 | 101101 |
Color Harmonies of #C6CB1D
Complementary color
Monochromatic Colors of #C6CB1D
Black with #C6CB1D
Text Example
Text Example
White with #C6CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB1D; }
p { color: rgb(198,203,29); }
H1.HeaderClassName
{
color: #C6CB1D;
}
.AnyTagClassName
{
color: #C6CB1D;
}
</style>
background-color css
<style>
a { background-color: #C6CB1D; }
a { background-color: rgb(198,203,29); }
div.DivClassName
{
background-color: #C6CB1D;
}
.BgClassName
{
background-color: #C6CB1D;
}
</style>
border-color css
<style>
span { border-color: #C6CB1D; }
span { border-color: rgb(198,203,29); }
td.TdClassName
{
border-color: #C6CB1D;
}
.TagClassName
{
border-color: #C6CB1D;
}
</style>