#ADB01D

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

Shades of Earls Green #ADB01D

Tints of Earls Green #ADB01D

Color information

#ADB01D (or 0xADB01D) is unknown color: approx Earls Green. HEX triplet: AD, B0 and 1D. RGB value is (173,176,29). Sum of RGB (Red+Green+Blue) = 173+176+29=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB01D is #524FE2. Grayscale: #9E9E9E. Windows color (decimal): -5394403 or 1945773. OLE color: 1945773.

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

Color convert

RGB17317629-
CMYK0.0200.840.31
HSL61.22º71.71%40.2%-
HSV(B)61.22º83.52%69.02%-
XYZ32.9840.027.15-
YUV158.3455.01138.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 29 (11.72% from 255) = 7.67%
R=45.77%
G=46.56%
B=7.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176290.0200.840.3161.2271.7140.2
HexADB01D20541F3d4828
Octal2552603520124377511050
Binary1010110110110000111011001010100111111111011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB01D; }

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

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

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

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

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

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

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

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