#ADAB26

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

Shades of Earls Green #ADAB26

Tints of Earls Green #ADAB26

Color information

#ADAB26 (or 0xADAB26) is unknown color: approx Earls Green. HEX triplet: AD, AB and 26. RGB value is (173,171,38). Sum of RGB (Red+Green+Blue) = 173+171+38=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB26 is #5254D9. Grayscale: #9C9C9C. Windows color (decimal): -5395674 or 2534317. OLE color: 2534317.

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

Color convert

RGB17317138-
CMYK00.010.780.32
HSL59.11º63.98%41.37%-
HSV(B)59.11º78.03%67.84%-
XYZ32.1538.157.5-
YUV156.4461.16139.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 38 (15.23% from 255) = 9.95%
R=45.29%
G=44.76%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731713800.010.780.3259.1163.9841.37
HexADAB26014E203b4029
Octal2552534601116407310051
Binary10101101101010111001100110011101000001110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB26; }

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

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

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

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

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

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

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

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