Html Css Color HEX #ADB12E Earls Green

📋 copy color: '#ADB12E'

red 173 ◦ green 177 ◦ blue 46

#ADB12E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ADB12E

Tints of Earls Green #ADB12E

RGB

 RED value IS 173 (67.97% from 255) = 43.69%

 GREEN value IS 177 (69.53% from 255) = 44.7%

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 43.69%
G = 44.7%
B = 11.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#ADB12E (or 0xADB12E) is known color: Earls Green. HEX triplet: AD, B1 and 2E. RGB value is (173,177,46). Sum of RGB (Red+Green+Blue) = 173+177+46=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB12E is #524ED1. Grayscale: #A1A1A1. Windows color (decimal): -5394130 or 3060141. OLE color: 3060141.

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

Color convert

RGB 173 177 46 -
CMYK 0.02 0 0.74 0.31
HSL 61.83º 0.59% 0.44% -
HSV(B) 61.83º 0.74% 0.69% -
XYZ 33.45 40.53 8.64 -
YUV 160.87 63.17 136.65 -
System Red Green Blue C M Y K H S L
Decimal 173 177 46 0.02 0 0.74 0.31 61.83 0.59 0.44
Hex AD B1 2E 2 0 4A 1F 3E 3B 2C
Octal 255 261 56 2 0 112 37 76 73 54
Binary 10101101 10110001 101110 10 0 1001010 11111 111110 111011 101100

Color Harmonies of #ADB12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB12E

Black with #ADB12E

Text Example


Text Example

White with #ADB12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB12E; }

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

 H1.HeaderClassName
 {
   color: #ADB12E;
 }
 .AnyTagClassName
 {
   color: #ADB12E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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