#C2BC29

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

Shades of Barberry #C2BC29

Tints of Barberry #C2BC29

Color information

#C2BC29 (or 0xC2BC29) is unknown color: approx Barberry. HEX triplet: C2, BC and 29. RGB value is (194,188,41). Sum of RGB (Red+Green+Blue) = 194+188+41=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC29 is #3D43D6. Grayscale: #ADADAD. Windows color (decimal): -4015063 or 2735298. OLE color: 2735298.

HSL color Cylindrical-coordinate representation of color #C2BC29: hue angle of 57.65º 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 #C2BC29 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19418841-
CMYK00.030.790.24
HSL57.65º65.11%46.08%-
HSV(B)57.65º78.87%76.08%-
XYZ40.6347.69.14-
YUV173.0453.49142.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 41 (16.41% from 255) = 9.69%
R=45.86%
G=44.44%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941884100.030.790.2457.6565.1146.08
HexC2BC29034F183a412e
Octal3022745103117307210156
Binary11000010101111001010010111001111110001110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC29; }

 p { color: rgb(194,188,41); }

 H1.HeaderClassName
 {
   color: #C2BC29;
 }
 .AnyTagClassName
 {
   color: #C2BC29;
 }
</style>
background-color css

<style>
 a { background-color: #C2BC29; }

 a { background-color: rgb(194,188,41); }

 div.DivClassName
 {
   background-color: #C2BC29;
 }
 .BgClassName
 {
   background-color: #C2BC29;
 }
</style>
border-color css

<style>
 span { border-color: #C2BC29; }

 span { border-color: rgb(194,188,41); }

 td.TdClassName
 {
   border-color: #C2BC29;
 }
 .TagClassName
 {
   border-color: #C2BC29;
 }
</style>