Shades of Barberry #C4BF23
Tints of Barberry #C4BF23
RGB
CMYK
RGB Variations
Color information
#C4BF23 (or 0xC4BF23) is known color: Barberry. HEX triplet: C4, BF and 23. RGB value is (196,191,35). Sum of RGB (Red+Green+Blue) = 196+191+35=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF23 is #3B40DC. Grayscale: #AFAFAF. Windows color (decimal): -3883229 or 2342852. OLE color: 2342852.
HSL color Cylindrical-coordinate representation of color #C4BF23: hue angle of 58.14º 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 #C4BF23 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 35 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.23 |
| HSL | 58.14º | 0.7% | 0.45% | - |
| HSV(B) | 58.14º | 0.82% | 0.77% | - |
| XYZ | 41.7 | 49.12 | 8.87 | - |
| YUV | 174.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 35 | 0 | 0.03 | 0.82 | 0.23 | 58.14 | 0.7 | 0.45 |
| Hex | C4 | BF | 23 | 0 | 3 | 52 | 17 | 3A | 46 | 2D |
| Octal | 304 | 277 | 43 | 0 | 3 | 122 | 27 | 72 | 106 | 55 |
| Binary | 11000100 | 10111111 | 100011 | 0 | 11 | 1010010 | 10111 | 111010 | 1000110 | 101101 |
Color Harmonies of #C4BF23
Complementary color
Monochromatic Colors of #C4BF23
Black with #C4BF23
Text Example
Text Example
White with #C4BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF23; }
p { color: rgb(196,191,35); }
H1.HeaderClassName
{
color: #C4BF23;
}
.AnyTagClassName
{
color: #C4BF23;
}
</style>
background-color css
<style>
a { background-color: #C4BF23; }
a { background-color: rgb(196,191,35); }
div.DivClassName
{
background-color: #C4BF23;
}
.BgClassName
{
background-color: #C4BF23;
}
</style>
border-color css
<style>
span { border-color: #C4BF23; }
span { border-color: rgb(196,191,35); }
td.TdClassName
{
border-color: #C4BF23;
}
.TagClassName
{
border-color: #C4BF23;
}
</style>