Shades of Barberry #C2BF28
Tints of Barberry #C2BF28
RGB
CMYK
RGB Variations
Color information
#C2BF28 (or 0xC2BF28) is known color: Barberry. HEX triplet: C2, BF and 28. RGB value is (194,191,40). Sum of RGB (Red+Green+Blue) = 194+191+40=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF28 is #3D40D7. Grayscale: #AFAFAF. Windows color (decimal): -4014296 or 2670530. OLE color: 2670530.
HSL color Cylindrical-coordinate representation of color #C2BF28: hue angle of 58.83º degrees, saturation: 0.66, 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 #C2BF28 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 40 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.24 |
| HSL | 58.83º | 0.66% | 0.46% | - |
| HSV(B) | 58.83º | 0.79% | 0.76% | - |
| XYZ | 41.26 | 48.88 | 9.27 | - |
| YUV | 174.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 40 | 0 | 0.02 | 0.79 | 0.24 | 58.83 | 0.66 | 0.46 |
| Hex | C2 | BF | 28 | 0 | 2 | 4F | 18 | 3B | 42 | 2E |
| Octal | 302 | 277 | 50 | 0 | 2 | 117 | 30 | 73 | 102 | 56 |
| Binary | 11000010 | 10111111 | 101000 | 0 | 10 | 1001111 | 11000 | 111011 | 1000010 | 101110 |
Color Harmonies of #C2BF28
Complementary color
Monochromatic Colors of #C2BF28
Black with #C2BF28
Text Example
Text Example
White with #C2BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF28; }
p { color: rgb(194,191,40); }
H1.HeaderClassName
{
color: #C2BF28;
}
.AnyTagClassName
{
color: #C2BF28;
}
</style>
background-color css
<style>
a { background-color: #C2BF28; }
a { background-color: rgb(194,191,40); }
div.DivClassName
{
background-color: #C2BF28;
}
.BgClassName
{
background-color: #C2BF28;
}
</style>
border-color css
<style>
span { border-color: #C2BF28; }
span { border-color: rgb(194,191,40); }
td.TdClassName
{
border-color: #C2BF28;
}
.TagClassName
{
border-color: #C2BF28;
}
</style>