Html Css Color HEX #ADB125 Earls Green

📋 copy color: '#ADB125'

red 173 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #ADB125

Tints of Earls Green #ADB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 44.7%
G = 45.74%
B = 9.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#ADB125 (or 0xADB125) is known color: Earls Green. HEX triplet: AD, B1 and 25. RGB value is (173,177,37). Sum of RGB (Red+Green+Blue) = 173+177+37=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB125 is #524EDA. Grayscale: #A0A0A0. Windows color (decimal): -5394139 or 2470317. OLE color: 2470317.

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

Color convert

RGB 173 177 37 -
CMYK 0.02 0 0.79 0.31
HSL 61.71º 0.65% 0.42% -
HSV(B) 61.71º 0.79% 0.69% -
XYZ 33.29 40.46 7.81 -
YUV 159.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 173 177 37 0.02 0 0.79 0.31 61.71 0.65 0.42
Hex AD B1 25 2 0 4F 1F 3E 41 2A
Octal 255 261 45 2 0 117 37 76 101 52
Binary 10101101 10110001 100101 10 0 1001111 11111 111110 1000001 101010

Color Harmonies of #ADB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB125

Black with #ADB125

Text Example


Text Example

White with #ADB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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