#C3A227

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

Shades of Earls Green #C3A227

Tints of Earls Green #C3A227

Color information

#C3A227 (or 0xC3A227) is unknown color: approx Earls Green. HEX triplet: C3, A2 and 27. RGB value is (195,162,39). Sum of RGB (Red+Green+Blue) = 195+162+39=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A227 is #3C5DD8. Grayscale: #9E9E9E. Windows color (decimal): -3956185 or 2597571. OLE color: 2597571.

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

Color convert

RGB19516239-
CMYK00.170.800.24
HSL47.31º66.67%45.88%-
HSV(B)47.31º80%76.47%-
XYZ35.7937.597.29-
YUV157.8460.93154.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=49.24%
G=40.91%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951623900.170.800.2447.3166.6745.88
HexC3A22701150182f432e
Octal30324247021120305710356
Binary11000011101000101001110100011010000110001011111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A227; }

 p { color: rgb(195,162,39); }

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

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

 a { background-color: rgb(195,162,39); }

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

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

 span { border-color: rgb(195,162,39); }

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