#ADB126

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

Shades of Earls Green #ADB126

Tints of Earls Green #ADB126

Color information

#ADB126 (or 0xADB126) is unknown color: approx Earls Green. HEX triplet: AD, B1 and 26. RGB value is (173,177,38). Sum of RGB (Red+Green+Blue) = 173+177+38=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB126 is #524ED9. Grayscale: #A0A0A0. Windows color (decimal): -5394138 or 2535853. OLE color: 2535853.

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

Color convert

RGB17317738-
CMYK0.0200.790.31
HSL61.73º64.65%42.16%-
HSV(B)61.73º78.53%69.41%-
XYZ33.3140.477.89-
YUV159.9659.17137.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 38 (15.23% from 255) = 9.79%
R=44.59%
G=45.62%
B=9.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177380.0200.790.3161.7364.6542.16
HexADB126204F1F3e412a
Octal2552614620117377610152
Binary10101101101100011001101001001111111111111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB126; }

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

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

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

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

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

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

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

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