Shades of Barberry #C2BF26
Tints of Barberry #C2BF26
RGB
CMYK
RGB Variations
Color information
#C2BF26 (or 0xC2BF26) is known color: Barberry. HEX triplet: C2, BF and 26. RGB value is (194,191,38). Sum of RGB (Red+Green+Blue) = 194+191+38=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF26 is #3D40D9. Grayscale: #AFAFAF. Windows color (decimal): -4014298 or 2539458. OLE color: 2539458.
HSL color Cylindrical-coordinate representation of color #C2BF26: hue angle of 58.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2BF26 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 38 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.24 |
| HSL | 58.85º | 0.67% | 0.45% | - |
| HSV(B) | 58.85º | 0.8% | 0.76% | - |
| XYZ | 41.23 | 48.87 | 9.09 | - |
| YUV | 174.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 38 | 0 | 0.02 | 0.80 | 0.24 | 58.85 | 0.67 | 0.45 |
| Hex | C2 | BF | 26 | 0 | 2 | 50 | 18 | 3B | 43 | 2D |
| Octal | 302 | 277 | 46 | 0 | 2 | 120 | 30 | 73 | 103 | 55 |
| Binary | 11000010 | 10111111 | 100110 | 0 | 10 | 1010000 | 11000 | 111011 | 1000011 | 101101 |
Color Harmonies of #C2BF26
Complementary color
Monochromatic Colors of #C2BF26
Black with #C2BF26
Text Example
Text Example
White with #C2BF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF26; }
p { color: rgb(194,191,38); }
H1.HeaderClassName
{
color: #C2BF26;
}
.AnyTagClassName
{
color: #C2BF26;
}
</style>
background-color css
<style>
a { background-color: #C2BF26; }
a { background-color: rgb(194,191,38); }
div.DivClassName
{
background-color: #C2BF26;
}
.BgClassName
{
background-color: #C2BF26;
}
</style>
border-color css
<style>
span { border-color: #C2BF26; }
span { border-color: rgb(194,191,38); }
td.TdClassName
{
border-color: #C2BF26;
}
.TagClassName
{
border-color: #C2BF26;
}
</style>