#C7A823

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

Shades of Earls Green #C7A823

Tints of Earls Green #C7A823

Color information

#C7A823 (or 0xC7A823) is unknown color: approx Earls Green. HEX triplet: C7, A8 and 23. RGB value is (199,168,35). Sum of RGB (Red+Green+Blue) = 199+168+35=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A823 is #3857DC. Grayscale: #A2A2A2. Windows color (decimal): -3692509 or 2336967. OLE color: 2336967.

HSL color Cylindrical-coordinate representation of color #C7A823: hue angle of 48.66º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7A823 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19916835-
CMYK00.160.820.22
HSL48.66º70.09%45.88%-
HSV(B)48.66º82.41%78.04%-
XYZ37.8640.277.37-
YUV162.1156.27154.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 35 (14.06% from 255) = 8.71%
R=49.50%
G=41.79%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991683500.160.820.2248.6670.0945.88
HexC7A823010521631462e
Octal30725043020122266110656
Binary11000111101010001000110100001010010101101100011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A823; }

 p { color: rgb(199,168,35); }

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

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

 a { background-color: rgb(199,168,35); }

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

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

 span { border-color: rgb(199,168,35); }

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