#C3A621

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

Shades of Earls Green #C3A621

Tints of Earls Green #C3A621

Color information

#C3A621 (or 0xC3A621) is unknown color: approx Earls Green. HEX triplet: C3, A6 and 21. RGB value is (195,166,33). Sum of RGB (Red+Green+Blue) = 195+166+33=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A621 is #3C59DE. Grayscale: #A0A0A0. Windows color (decimal): -3955167 or 2205379. OLE color: 2205379.

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

Color convert

RGB19516633-
CMYK00.150.830.24
HSL49.26º71.05%44.71%-
HSV(B)49.26º83.08%76.47%-
XYZ36.4238.987.04-
YUV159.5156.61153.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=49.49%
G=42.13%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951663300.150.830.2449.2671.0544.71
HexC3A6210F531831472d
Octal30324641017123306110755
Binary1100001110100110100001011111010011110001100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A621; }

 p { color: rgb(195,166,33); }

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

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

 a { background-color: rgb(195,166,33); }

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

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

 span { border-color: rgb(195,166,33); }

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