#C6AD23

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

Shades of Earls Green #C6AD23

Tints of Earls Green #C6AD23

Color information

#C6AD23 (or 0xC6AD23) is unknown color: approx Earls Green. HEX triplet: C6, AD and 23. RGB value is (198,173,35). Sum of RGB (Red+Green+Blue) = 198+173+35=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD23 is #3952DC. Grayscale: #A5A5A5. Windows color (decimal): -3756765 or 2338246. OLE color: 2338246.

HSL color Cylindrical-coordinate representation of color #C6AD23: hue angle of 50.8º 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 #C6AD23 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19817335-
CMYK00.130.820.22
HSL50.8º69.96%45.69%-
HSV(B)50.8º82.32%77.65%-
XYZ38.5442.017.67-
YUV164.7454.78151.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=48.77%
G=42.61%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981733500.130.820.2250.869.9645.69
HexC6AD230D521633462e
Octal30625543015122266310656
Binary1100011010101101100011011011010010101101100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD23; }

 p { color: rgb(198,173,35); }

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

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

 a { background-color: rgb(198,173,35); }

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

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

 span { border-color: rgb(198,173,35); }

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