#ADB124

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

Shades of Earls Green #ADB124

Tints of Earls Green #ADB124

Color information

#ADB124 (or 0xADB124) is unknown color: approx Earls Green. HEX triplet: AD, B1 and 24. RGB value is (173,177,36). Sum of RGB (Red+Green+Blue) = 173+177+36=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB124 is #524EDB. Grayscale: #A0A0A0. Windows color (decimal): -5394140 or 2404781. OLE color: 2404781.

HSL color Cylindrical-coordinate representation of color #ADB124: hue angle of 61.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB124 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17317736-
CMYK0.0200.800.31
HSL61.7º66.2%41.76%-
HSV(B)61.7º79.66%69.41%-
XYZ33.2740.467.72-
YUV159.7358.17137.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 36 (14.45% from 255) = 9.33%
R=44.82%
G=45.85%
B=9.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177360.0200.800.3161.766.241.76
HexADB12420501F3e422a
Octal2552614420120377610252
Binary10101101101100011001001001010000111111111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB124; }

 p { color: rgb(173,177,36); }

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

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

 a { background-color: rgb(173,177,36); }

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

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

 span { border-color: rgb(173,177,36); }

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