#C4C22C

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

Shades of Barberry #C4C22C

Tints of Barberry #C4C22C

Color information

#C4C22C (or 0xC4C22C) is unknown color: approx Barberry. HEX triplet: C4, C2 and 2C. RGB value is (196,194,44). Sum of RGB (Red+Green+Blue) = 196+194+44=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C22C is #3B3DD3. Grayscale: #B2B2B2. Windows color (decimal): -3882452 or 2933444. OLE color: 2933444.

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

Color convert

RGB19619444-
CMYK00.010.780.23
HSL59.21º63.33%47.06%-
HSV(B)59.21º77.55%76.86%-
XYZ42.5150.59.89-
YUV177.552.66141.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 44 (17.58% from 255) = 10.14%
R=45.16%
G=44.70%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961944400.010.780.2359.2163.3347.06
HexC4C22C014E173b3f2f
Octal304302540111627737757
Binary110001001100001010110001100111010111111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C22C; }

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

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

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

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

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

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

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

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