Shades of Barberry #C2BC23
Tints of Barberry #C2BC23
RGB
CMYK
RGB Variations
Color information
#C2BC23 (or 0xC2BC23) is known color: Barberry. HEX triplet: C2, BC and 23. RGB value is (194,188,35). Sum of RGB (Red+Green+Blue) = 194+188+35=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC23 is #3D43DC. Grayscale: #ACACAC. Windows color (decimal): -4015069 or 2342082. OLE color: 2342082.
HSL color Cylindrical-coordinate representation of color #C2BC23: hue angle of 57.74º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2BC23 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 35 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.24 |
| HSL | 57.74º | 0.69% | 0.45% | - |
| HSV(B) | 57.74º | 0.82% | 0.76% | - |
| XYZ | 40.53 | 47.56 | 8.63 | - |
| YUV | 172.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 35 | 0 | 0.03 | 0.82 | 0.24 | 57.74 | 0.69 | 0.45 |
| Hex | C2 | BC | 23 | 0 | 3 | 52 | 18 | 3A | 45 | 2D |
| Octal | 302 | 274 | 43 | 0 | 3 | 122 | 30 | 72 | 105 | 55 |
| Binary | 11000010 | 10111100 | 100011 | 0 | 11 | 1010010 | 11000 | 111010 | 1000101 | 101101 |
Color Harmonies of #C2BC23
Complementary color
Monochromatic Colors of #C2BC23
Black with #C2BC23
Text Example
Text Example
White with #C2BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC23; }
p { color: rgb(194,188,35); }
H1.HeaderClassName
{
color: #C2BC23;
}
.AnyTagClassName
{
color: #C2BC23;
}
</style>
background-color css
<style>
a { background-color: #C2BC23; }
a { background-color: rgb(194,188,35); }
div.DivClassName
{
background-color: #C2BC23;
}
.BgClassName
{
background-color: #C2BC23;
}
</style>
border-color css
<style>
span { border-color: #C2BC23; }
span { border-color: rgb(194,188,35); }
td.TdClassName
{
border-color: #C2BC23;
}
.TagClassName
{
border-color: #C2BC23;
}
</style>