#C8A920

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

Shades of Earls Green #C8A920

Tints of Earls Green #C8A920

Color information

#C8A920 (or 0xC8A920) is unknown color: approx Earls Green. HEX triplet: C8, A9 and 20. RGB value is (200,169,32). Sum of RGB (Red+Green+Blue) = 200+169+32=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A920 is #3756DF. Grayscale: #A3A3A3. Windows color (decimal): -3626720 or 2140616. OLE color: 2140616.

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

Color convert

RGB20016932-
CMYK00.160.840.22
HSL48.93º72.41%45.49%-
HSV(B)48.93º84%78.43%-
XYZ38.2740.767.22-
YUV162.6554.27154.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 32 (12.89% from 255) = 7.98%
R=49.88%
G=42.14%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001693200.160.840.2248.9372.4145.49
HexC8A920010541631482d
Octal31025140020124266111055
Binary11001000101010011000000100001010100101101100011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A920; }

 p { color: rgb(200,169,32); }

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

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

 a { background-color: rgb(200,169,32); }

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

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

 span { border-color: rgb(200,169,32); }

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