Shades of Barberry #C5BC23
Tints of Barberry #C5BC23
RGB
CMYK
RGB Variations
Color information
#C5BC23 (or 0xC5BC23) is known color: Barberry. HEX triplet: C5, BC and 23. RGB value is (197,188,35). Sum of RGB (Red+Green+Blue) = 197+188+35=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC23 is #3A43DC. Grayscale: #ADADAD. Windows color (decimal): -3818461 or 2342085. OLE color: 2342085.
HSL color Cylindrical-coordinate representation of color #C5BC23: hue angle of 56.67º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5BC23 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 35 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.23 |
| HSL | 56.67º | 0.7% | 0.45% | - |
| HSV(B) | 56.67º | 0.82% | 0.77% | - |
| XYZ | 41.31 | 47.96 | 8.67 | - |
| YUV | 173.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 35 | 0 | 0.05 | 0.82 | 0.23 | 56.67 | 0.7 | 0.45 |
| Hex | C5 | BC | 23 | 0 | 5 | 52 | 17 | 39 | 46 | 2D |
| Octal | 305 | 274 | 43 | 0 | 5 | 122 | 27 | 71 | 106 | 55 |
| Binary | 11000101 | 10111100 | 100011 | 0 | 101 | 1010010 | 10111 | 111001 | 1000110 | 101101 |
Color Harmonies of #C5BC23
Complementary color
Monochromatic Colors of #C5BC23
Black with #C5BC23
Text Example
Text Example
White with #C5BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC23; }
p { color: rgb(197,188,35); }
H1.HeaderClassName
{
color: #C5BC23;
}
.AnyTagClassName
{
color: #C5BC23;
}
</style>
background-color css
<style>
a { background-color: #C5BC23; }
a { background-color: rgb(197,188,35); }
div.DivClassName
{
background-color: #C5BC23;
}
.BgClassName
{
background-color: #C5BC23;
}
</style>
border-color css
<style>
span { border-color: #C5BC23; }
span { border-color: rgb(197,188,35); }
td.TdClassName
{
border-color: #C5BC23;
}
.TagClassName
{
border-color: #C5BC23;
}
</style>