#C2BF29

Color #C2BF29 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C2BF29

Tints of Barberry #C2BF29

Color information

#C2BF29 (or 0xC2BF29) is unknown color: approx 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

RGB19419141-
CMYK00.020.790.24
HSL58.82º65.11%46.08%-
HSV(B)58.82º78.87%76.08%-
XYZ41.2848.899.36-
YUV174.852.49141.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 41 (16.41% from 255) = 9.62%
R=45.54%
G=44.84%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941914100.020.790.2458.8265.1146.08
HexC2BF29024F183b412e
Octal3022775102117307310156
Binary11000010101111111010010101001111110001110111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>