Html Css Color HEX #ADB122 Earls Green

📋 copy color: '#ADB122'

red 173 ◦ green 177 ◦ blue 34

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

Shades of Earls Green #ADB122

Tints of Earls Green #ADB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.85%

R = 45.05%
G = 46.09%
B = 8.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#ADB122 (or 0xADB122) is known color: Earls Green. HEX triplet: AD, B1 and 22. RGB value is (173,177,34). Sum of RGB (Red+Green+Blue) = 173+177+34=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB122 is #524EDD. Grayscale: #A0A0A0. Windows color (decimal): -5394142 or 2273709. OLE color: 2273709.

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

Color convert

RGB 173 177 34 -
CMYK 0.02 0 0.81 0.31
HSL 61.68º 0.68% 0.41% -
HSV(B) 61.68º 0.81% 0.69% -
XYZ 33.24 40.44 7.57 -
YUV 159.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 173 177 34 0.02 0 0.81 0.31 61.68 0.68 0.41
Hex AD B1 22 2 0 51 1F 3E 44 29
Octal 255 261 42 2 0 121 37 76 104 51
Binary 10101101 10110001 100010 10 0 1010001 11111 111110 1000100 101001

Color Harmonies of #ADB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB122

Black with #ADB122

Text Example


Text Example

White with #ADB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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