#c3a526

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

Shades of Earls Green #C3A526

Tints of Earls Green #C3A526

Color information

#C3A526 (or 0xC3A526) is unknown color: approx Earls Green. HEX triplet: C3, A5 and 26. RGB value is (195,165,38). Sum of RGB (Red+Green+Blue) = 195+165+38=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A526 is #3C5AD9. Grayscale: #A0A0A0. Windows color (decimal): -3955418 or 2532803. OLE color: 2532803.

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

Color convert

RGB19516538-
CMYK00.150.810.24
HSL48.54º67.38%45.69%-
HSV(B)48.54º80.51%76.47%-
XYZ36.3138.657.38-
YUV159.4959.44153.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 38 (15.23% from 255) = 9.55%
R=48.99%
G=41.46%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951653800.150.810.2448.5467.3845.69
HexC3A5260F511831432e
Octal30324546017121306110356
Binary1100001110100101100110011111010001110001100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3a526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3a526; }

 p { color: rgb(195,165,38); }

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

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

 a { background-color: rgb(195,165,38); }

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

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

 span { border-color: rgb(195,165,38); }

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