Shades of Barberry #C2BF2D
Tints of Barberry #C2BF2D
RGB
CMYK
RGB Variations
Color information
#C2BF2D (or 0xC2BF2D) is known color: Barberry. HEX triplet: C2, BF and 2D. RGB value is (194,191,45). Sum of RGB (Red+Green+Blue) = 194+191+45=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF2D is #3D40D2. Grayscale: #AFAFAF. Windows color (decimal): -4014291 or 2998210. OLE color: 2998210.
HSL color Cylindrical-coordinate representation of color #C2BF2D: hue angle of 58.79º degrees, saturation: 0.62, 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 #C2BF2D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 45 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.24 |
| HSL | 58.79º | 0.62% | 0.47% | - |
| HSV(B) | 58.79º | 0.77% | 0.76% | - |
| XYZ | 41.35 | 48.92 | 9.75 | - |
| YUV | 175.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 45 | 0 | 0.02 | 0.77 | 0.24 | 58.79 | 0.62 | 0.47 |
| Hex | C2 | BF | 2D | 0 | 2 | 4D | 18 | 3B | 3E | 2F |
| Octal | 302 | 277 | 55 | 0 | 2 | 115 | 30 | 73 | 76 | 57 |
| Binary | 11000010 | 10111111 | 101101 | 0 | 10 | 1001101 | 11000 | 111011 | 111110 | 101111 |
Color Harmonies of #C2BF2D
Complementary color
Monochromatic Colors of #C2BF2D
Black with #C2BF2D
Text Example
Text Example
White with #C2BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF2D; }
p { color: rgb(194,191,45); }
H1.HeaderClassName
{
color: #C2BF2D;
}
.AnyTagClassName
{
color: #C2BF2D;
}
</style>
background-color css
<style>
a { background-color: #C2BF2D; }
a { background-color: rgb(194,191,45); }
div.DivClassName
{
background-color: #C2BF2D;
}
.BgClassName
{
background-color: #C2BF2D;
}
</style>
border-color css
<style>
span { border-color: #C2BF2D; }
span { border-color: rgb(194,191,45); }
td.TdClassName
{
border-color: #C2BF2D;
}
.TagClassName
{
border-color: #C2BF2D;
}
</style>