#C5A623

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

Shades of Earls Green #C5A623

Tints of Earls Green #C5A623

Color information

#C5A623 (or 0xC5A623) is unknown color: approx Earls Green. HEX triplet: C5, A6 and 23. RGB value is (197,166,35). Sum of RGB (Red+Green+Blue) = 197+166+35=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A623 is #3A59DC. Grayscale: #A0A0A0. Windows color (decimal): -3824093 or 2336453. OLE color: 2336453.

HSL color Cylindrical-coordinate representation of color #C5A623: 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.82%. Process color model (Four color, CMYK) of #C5A623 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB19716635-
CMYK00.160.820.23
HSL48.52º69.83%45.49%-
HSV(B)48.52º82.23%77.25%-
XYZ36.9739.267.22-
YUV160.3457.27154.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 35 (14.06% from 255) = 8.79%
R=49.50%
G=41.71%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971663500.160.820.2348.5269.8345.49
HexC5A623010521731462d
Octal30524643020122276110655
Binary11000101101001101000110100001010010101111100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A623; }

 p { color: rgb(197,166,35); }

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

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

 a { background-color: rgb(197,166,35); }

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

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

 span { border-color: rgb(197,166,35); }

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