#ADB030

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

Shades of Earls Green #ADB030

Tints of Earls Green #ADB030

Color information

#ADB030 (or 0xADB030) is unknown color: approx Earls Green. HEX triplet: AD, B0 and 30. RGB value is (173,176,48). Sum of RGB (Red+Green+Blue) = 173+176+48=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB030 is #524FCF. Grayscale: #A1A1A1. Windows color (decimal): -5394384 or 3190957. OLE color: 3190957.

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

Color convert

RGB17317648-
CMYK0.0200.730.31
HSL61.41º57.14%43.92%-
HSV(B)61.41º72.73%69.02%-
XYZ33.2940.158.79-
YUV160.5164.51136.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=43.58%
G=44.33%
B=12.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176480.0200.730.3161.4157.1443.92
HexADB03020491F3d392c
Octal255260602011137757154
Binary1010110110110000110000100100100111111111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB030; }

 p { color: rgb(173,176,48); }

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

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

 a { background-color: rgb(173,176,48); }

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

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

 span { border-color: rgb(173,176,48); }

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