#ADA926

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

Shades of Earls Green #ADA926

Tints of Earls Green #ADA926

Color information

#ADA926 (or 0xADA926) is unknown color: approx Earls Green. HEX triplet: AD, A9 and 26. RGB value is (173,169,38). Sum of RGB (Red+Green+Blue) = 173+169+38=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA926 is #5256D9. Grayscale: #9B9B9B. Windows color (decimal): -5396186 or 2533805. OLE color: 2533805.

HSL color Cylindrical-coordinate representation of color #ADA926: hue angle of 58.22º 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 #ADA926 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17316938-
CMYK00.020.780.32
HSL58.22º63.98%41.37%-
HSV(B)58.22º78.03%67.84%-
XYZ31.7737.47.38-
YUV155.2661.83140.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 38 (15.23% from 255) = 10%
R=45.53%
G=44.47%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731693800.020.780.3258.2263.9841.37
HexADA926024E203a4029
Octal2552514602116407210051
Binary101011011010100110011001010011101000001110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA926; }

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

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

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

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

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

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

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

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