#C6A81E

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

Shades of Earls Green #C6A81E

Tints of Earls Green #C6A81E

Color information

#C6A81E (or 0xC6A81E) is unknown color: approx Earls Green. HEX triplet: C6, A8 and 1E. RGB value is (198,168,30). Sum of RGB (Red+Green+Blue) = 198+168+30=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A81E is #3957E1. Grayscale: #A1A1A1. Windows color (decimal): -3758050 or 2009286. OLE color: 2009286.

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

Color convert

RGB19816830-
CMYK00.150.850.22
HSL49.29º73.68%44.71%-
HSV(B)49.29º84.85%77.65%-
XYZ37.5340.16.99-
YUV161.2453.94154.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 30 (12.11% from 255) = 7.58%
R=50%
G=42.42%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981683000.150.850.2249.2973.6844.71
HexC6A81E0F5516314a2d
Octal30625036017125266111255
Binary110001101010100011110011111010101101101100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A81E; }

 p { color: rgb(198,168,30); }

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

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

 a { background-color: rgb(198,168,30); }

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

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

 span { border-color: rgb(198,168,30); }

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