#C3AA26

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

Shades of Earls Green #C3AA26

Tints of Earls Green #C3AA26

Color information

#C3AA26 (or 0xC3AA26) is unknown color: approx Earls Green. HEX triplet: C3, AA and 26. RGB value is (195,170,38). Sum of RGB (Red+Green+Blue) = 195+170+38=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA26 is #3C55D9. Grayscale: #A2A2A2. Windows color (decimal): -3954138 or 2534083. OLE color: 2534083.

HSL color Cylindrical-coordinate representation of color #C3AA26: hue angle of 50.45º 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 #C3AA26 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19517038-
CMYK00.130.810.24
HSL50.45º67.38%45.69%-
HSV(B)50.45º80.51%76.47%-
XYZ37.2340.497.69-
YUV162.4357.78151.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=48.39%
G=42.18%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951703800.130.810.2450.4567.3845.69
HexC3AA260D511832432e
Octal30325246015121306210356
Binary1100001110101010100110011011010001110001100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA26; }

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

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

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

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

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

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

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

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