#ADB123

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

Shades of Earls Green #ADB123

Tints of Earls Green #ADB123

Color information

#ADB123 (or 0xADB123) is unknown color: approx Earls Green. HEX triplet: AD, B1 and 23. RGB value is (173,177,35). Sum of RGB (Red+Green+Blue) = 173+177+35=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB123 is #524EDC. Grayscale: #A0A0A0. Windows color (decimal): -5394141 or 2339245. OLE color: 2339245.

HSL color Cylindrical-coordinate representation of color #ADB123: hue angle of 61.69º degrees, saturation: 0.67, 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 #ADB123 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17317735-
CMYK0.0200.800.31
HSL61.69º66.98%41.57%-
HSV(B)61.69º80.23%69.41%-
XYZ33.2640.457.64-
YUV159.6257.67137.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 35 (14.06% from 255) = 9.09%
R=44.94%
G=45.97%
B=9.09%

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
Decimal173177350.0200.800.3161.6966.9841.57
HexADB12320501F3e432a
Octal2552614320120377610352
Binary10101101101100011000111001010000111111111101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB123; }

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

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

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

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

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

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

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

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