#C2BC2A

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

Shades of Barberry #C2BC2A

Tints of Barberry #C2BC2A

Color information

#C2BC2A (or 0xC2BC2A) is unknown color: approx Barberry. HEX triplet: C2, BC and 2A. RGB value is (194,188,42). Sum of RGB (Red+Green+Blue) = 194+188+42=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC2A is #3D43D5. Grayscale: #ADADAD. Windows color (decimal): -4015062 or 2800834. OLE color: 2800834.

HSL color Cylindrical-coordinate representation of color #C2BC2A: hue angle of 57.63º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2BC2A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19418842-
CMYK00.030.780.24
HSL57.63º64.41%46.27%-
HSV(B)57.63º78.35%76.08%-
XYZ40.6547.69.24-
YUV173.1553.99142.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 42 (16.80% from 255) = 9.91%
R=45.75%
G=44.34%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941884200.030.780.2457.6364.4146.27
HexC2BC2A034E183a402e
Octal3022745203116307210056
Binary11000010101111001010100111001110110001110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC2A; }

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

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

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

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

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

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

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

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