Shades of Barberry #C6C71B
Tints of Barberry #C6C71B
RGB
CMYK
RGB Variations
Color information
#C6C71B (or 0xC6C71B) is known color: Barberry. HEX triplet: C6, C7 and 1B. RGB value is (198,199,27). Sum of RGB (Red+Green+Blue) = 198+199+27=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C71B is #3938E4. Grayscale: #B3B3B3. Windows color (decimal): -3750117 or 1820614. OLE color: 1820614.
HSL color Cylindrical-coordinate representation of color #C6C71B: hue angle of 60.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6C71B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.22 |
| HSL | 60.35º | 0.76% | 0.44% | - |
| HSV(B) | 60.35º | 0.86% | 0.78% | - |
| XYZ | 43.91 | 52.93 | 8.94 | - |
| YUV | 179.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 27 | 0.01 | 0 | 0.86 | 0.22 | 60.35 | 0.76 | 0.44 |
| Hex | C6 | C7 | 1B | 1 | 0 | 56 | 16 | 3C | 4C | 2C |
| Octal | 306 | 307 | 33 | 1 | 0 | 126 | 26 | 74 | 114 | 54 |
| Binary | 11000110 | 11000111 | 11011 | 1 | 0 | 1010110 | 10110 | 111100 | 1001100 | 101100 |
Color Harmonies of #C6C71B
Complementary color
Monochromatic Colors of #C6C71B
Black with #C6C71B
Text Example
Text Example
White with #C6C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C71B; }
p { color: rgb(198,199,27); }
H1.HeaderClassName
{
color: #C6C71B;
}
.AnyTagClassName
{
color: #C6C71B;
}
</style>
background-color css
<style>
a { background-color: #C6C71B; }
a { background-color: rgb(198,199,27); }
div.DivClassName
{
background-color: #C6C71B;
}
.BgClassName
{
background-color: #C6C71B;
}
</style>
border-color css
<style>
span { border-color: #C6C71B; }
span { border-color: rgb(198,199,27); }
td.TdClassName
{
border-color: #C6C71B;
}
.TagClassName
{
border-color: #C6C71B;
}
</style>