Shades of Barberry #C2BF29
Tints of Barberry #C2BF29
RGB
CMYK
RGB Variations
Color information
#C2BF29 (or 0xC2BF29) is known color: Barberry. HEX triplet: C2, BF and 29. RGB value is (194,191,41). Sum of RGB (Red+Green+Blue) = 194+191+41=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF29 is #3D40D6. Grayscale: #AFAFAF. Windows color (decimal): -4014295 or 2736066. OLE color: 2736066.
HSL color Cylindrical-coordinate representation of color #C2BF29: hue angle of 58.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2BF29 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 41 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.24 |
| HSL | 58.82º | 0.65% | 0.46% | - |
| HSV(B) | 58.82º | 0.79% | 0.76% | - |
| XYZ | 41.28 | 48.89 | 9.36 | - |
| YUV | 174.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 41 | 0 | 0.02 | 0.79 | 0.24 | 58.82 | 0.65 | 0.46 |
| Hex | C2 | BF | 29 | 0 | 2 | 4F | 18 | 3B | 41 | 2E |
| Octal | 302 | 277 | 51 | 0 | 2 | 117 | 30 | 73 | 101 | 56 |
| Binary | 11000010 | 10111111 | 101001 | 0 | 10 | 1001111 | 11000 | 111011 | 1000001 | 101110 |
Color Harmonies of #C2BF29
Complementary color
Monochromatic Colors of #C2BF29
Black with #C2BF29
Text Example
Text Example
White with #C2BF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF29; }
p { color: rgb(194,191,41); }
H1.HeaderClassName
{
color: #C2BF29;
}
.AnyTagClassName
{
color: #C2BF29;
}
</style>
background-color css
<style>
a { background-color: #C2BF29; }
a { background-color: rgb(194,191,41); }
div.DivClassName
{
background-color: #C2BF29;
}
.BgClassName
{
background-color: #C2BF29;
}
</style>
border-color css
<style>
span { border-color: #C2BF29; }
span { border-color: rgb(194,191,41); }
td.TdClassName
{
border-color: #C2BF29;
}
.TagClassName
{
border-color: #C2BF29;
}
</style>