Shades of Barberry #C2BD2C
Tints of Barberry #C2BD2C
RGB
CMYK
RGB Variations
Color information
#C2BD2C (or 0xC2BD2C) is known color: Barberry. HEX triplet: C2, BD and 2C. RGB value is (194,189,44). Sum of RGB (Red+Green+Blue) = 194+189+44=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD2C is #3D42D3. Grayscale: #AEAEAE. Windows color (decimal): -4014804 or 2932162. OLE color: 2932162.
HSL color Cylindrical-coordinate representation of color #C2BD2C: hue angle of 58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2BD2C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 44 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.24 |
| HSL | 58º | 0.63% | 0.47% | - |
| HSV(B) | 58º | 0.77% | 0.76% | - |
| XYZ | 40.9 | 48.05 | 9.5 | - |
| YUV | 173.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 44 | 0 | 0.03 | 0.77 | 0.24 | 58 | 0.63 | 0.47 |
| Hex | C2 | BD | 2C | 0 | 3 | 4D | 18 | 3A | 3F | 2F |
| Octal | 302 | 275 | 54 | 0 | 3 | 115 | 30 | 72 | 77 | 57 |
| Binary | 11000010 | 10111101 | 101100 | 0 | 11 | 1001101 | 11000 | 111010 | 111111 | 101111 |
Color Harmonies of #C2BD2C
Complementary color
Monochromatic Colors of #C2BD2C
Black with #C2BD2C
Text Example
Text Example
White with #C2BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD2C; }
p { color: rgb(194,189,44); }
H1.HeaderClassName
{
color: #C2BD2C;
}
.AnyTagClassName
{
color: #C2BD2C;
}
</style>
background-color css
<style>
a { background-color: #C2BD2C; }
a { background-color: rgb(194,189,44); }
div.DivClassName
{
background-color: #C2BD2C;
}
.BgClassName
{
background-color: #C2BD2C;
}
</style>
border-color css
<style>
span { border-color: #C2BD2C; }
span { border-color: rgb(194,189,44); }
td.TdClassName
{
border-color: #C2BD2C;
}
.TagClassName
{
border-color: #C2BD2C;
}
</style>