#C4A522

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

Shades of Earls Green #C4A522

Tints of Earls Green #C4A522

Color information

#C4A522 (or 0xC4A522) is unknown color: approx Earls Green. HEX triplet: C4, A5 and 22. RGB value is (196,165,34). Sum of RGB (Red+Green+Blue) = 196+165+34=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A522 is #3B5ADD. Grayscale: #9F9F9F. Windows color (decimal): -3889886 or 2270660. OLE color: 2270660.

HSL color Cylindrical-coordinate representation of color #C4A522: hue angle of 48.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4A522 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19616534-
CMYK00.160.830.23
HSL48.52º70.43%45.1%-
HSV(B)48.52º82.65%76.86%-
XYZ36.5138.767.07-
YUV159.3457.27154.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 34 (13.67% from 255) = 8.61%
R=49.62%
G=41.77%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961653400.160.830.2348.5270.4345.1
HexC4A522010531731462d
Octal30424542020123276110655
Binary11000100101001011000100100001010011101111100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A522; }

 p { color: rgb(196,165,34); }

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

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

 a { background-color: rgb(196,165,34); }

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

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

 span { border-color: rgb(196,165,34); }

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