Html Css Color HEX #ADB025 Earls Green

📋 copy color: '#ADB025'

red 173 ◦ green 176 ◦ blue 37

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

Shades of Earls Green #ADB025

Tints of Earls Green #ADB025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 44.82%
G = 45.6%
B = 9.59%

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

#ADB025 (or 0xADB025) is known color: Earls Green. HEX triplet: AD, B0 and 25. RGB value is (173,176,37). Sum of RGB (Red+Green+Blue) = 173+176+37=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB025 is #524FDA. Grayscale: #9F9F9F. Windows color (decimal): -5394395 or 2470061. OLE color: 2470061.

HSL color Cylindrical-coordinate representation of color #ADB025: hue angle of 61.29º 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 #ADB025 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 37 -
CMYK 0.02 0 0.79 0.31
HSL 61.29º 0.65% 0.42% -
HSV(B) 61.29º 0.79% 0.69% -
XYZ 33.09 40.07 7.74 -
YUV 159.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 173 176 37 0.02 0 0.79 0.31 61.29 0.65 0.42
Hex AD B0 25 2 0 4F 1F 3D 41 2A
Octal 255 260 45 2 0 117 37 75 101 52
Binary 10101101 10110000 100101 10 0 1001111 11111 111101 1000001 101010

Color Harmonies of #ADB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB025

Black with #ADB025

Text Example


Text Example

White with #ADB025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB025; }

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

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

background-color css

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

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

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

border-color css

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

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

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