#C2BB2C

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

Shades of Barberry #C2BB2C

Tints of Barberry #C2BB2C

Color information

#C2BB2C (or 0xC2BB2C) is unknown color: approx Barberry. HEX triplet: C2, BB and 2C. RGB value is (194,187,44). Sum of RGB (Red+Green+Blue) = 194+187+44=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB2C is #3D44D3. Grayscale: #ADADAD. Windows color (decimal): -4015316 or 2931650. OLE color: 2931650.

HSL color Cylindrical-coordinate representation of color #C2BB2C: hue angle of 57.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2BB2C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19418744-
CMYK00.040.770.24
HSL57.2º63.03%46.67%-
HSV(B)57.2º77.32%76.08%-
XYZ40.4747.199.36-
YUV172.7955.32143.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 44 (17.58% from 255) = 10.35%
R=45.65%
G=44%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941874400.040.770.2457.263.0346.67
HexC2BB2C044D18393f2f
Octal302273540411530717757
Binary11000010101110111011000100100110111000111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB2C; }

 p { color: rgb(194,187,44); }

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

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

 a { background-color: rgb(194,187,44); }

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

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

 span { border-color: rgb(194,187,44); }

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