#C6AF28

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

Shades of Earls Green #C6AF28

Tints of Earls Green #C6AF28

Color information

#C6AF28 (or 0xC6AF28) is unknown color: approx Earls Green. HEX triplet: C6, AF and 28. RGB value is (198,175,40). Sum of RGB (Red+Green+Blue) = 198+175+40=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF28 is #3950D7. Grayscale: #A7A7A7. Windows color (decimal): -3756248 or 2666438. OLE color: 2666438.

HSL color Cylindrical-coordinate representation of color #C6AF28: hue angle of 51.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6AF28 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19817540-
CMYK00.120.800.22
HSL51.27º66.39%46.67%-
HSV(B)51.27º79.8%77.65%-
XYZ3942.828.22-
YUV166.4956.62150.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 40 (16.02% from 255) = 9.69%
R=47.94%
G=42.37%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981754000.120.800.2251.2766.3946.67
HexC6AF280C501633422f
Octal30625750014120266310257
Binary1100011010101111101000011001010000101101100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF28; }

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

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

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

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

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

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

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

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