#C6AF26

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

Shades of Earls Green #C6AF26

Tints of Earls Green #C6AF26

Color information

#C6AF26 (or 0xC6AF26) is unknown color: approx Earls Green. HEX triplet: C6, AF and 26. RGB value is (198,175,38). Sum of RGB (Red+Green+Blue) = 198+175+38=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF26 is #3950D9. Grayscale: #A6A6A6. Windows color (decimal): -3756250 or 2535366. OLE color: 2535366.

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

Color convert

RGB19817538-
CMYK00.120.810.22
HSL51.38º67.8%46.27%-
HSV(B)51.38º80.81%77.65%-
XYZ38.9742.818.04-
YUV166.2655.62150.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 38 (15.23% from 255) = 9.25%
R=48.18%
G=42.58%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981753800.120.810.2251.3867.846.27
HexC6AF260C511633442e
Octal30625746014121266310456
Binary1100011010101111100110011001010001101101100111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF26; }

 p { color: rgb(198,175,38); }

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

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

 a { background-color: rgb(198,175,38); }

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

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

 span { border-color: rgb(198,175,38); }

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