#ADA826

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

Shades of Earls Green #ADA826

Tints of Earls Green #ADA826

Color information

#ADA826 (or 0xADA826) is unknown color: approx Earls Green. HEX triplet: AD, A8 and 26. RGB value is (173,168,38). Sum of RGB (Red+Green+Blue) = 173+168+38=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA826 is #5257D9. Grayscale: #9B9B9B. Windows color (decimal): -5396442 or 2533549. OLE color: 2533549.

HSL color Cylindrical-coordinate representation of color #ADA826: hue angle of 57.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADA826 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17316838-
CMYK00.030.780.32
HSL57.78º63.98%41.37%-
HSV(B)57.78º78.03%67.84%-
XYZ31.5937.037.32-
YUV154.6762.16141.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 38 (15.23% from 255) = 10.03%
R=45.65%
G=44.33%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731683800.030.780.3257.7863.9841.37
HexADA826034E203a4029
Octal2552504603116407210051
Binary101011011010100010011001110011101000001110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA826; }

 p { color: rgb(173,168,38); }

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

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

 a { background-color: rgb(173,168,38); }

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

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

 span { border-color: rgb(173,168,38); }

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