Html Css Color HEX #ADB128 Earls Green

📋 copy color: '#ADB128'

red 173 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #ADB128

Tints of Earls Green #ADB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 44.36%
G = 45.38%
B = 10.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#ADB128 (or 0xADB128) is known color: Earls Green. HEX triplet: AD, B1 and 28. RGB value is (173,177,40). Sum of RGB (Red+Green+Blue) = 173+177+40=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB128 is #524ED7. Grayscale: #A0A0A0. Windows color (decimal): -5394136 or 2666925. OLE color: 2666925.

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

Color convert

RGB 173 177 40 -
CMYK 0.02 0 0.77 0.31
HSL 61.75º 0.63% 0.43% -
HSV(B) 61.75º 0.77% 0.69% -
XYZ 33.34 40.48 8.06 -
YUV 160.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 173 177 40 0.02 0 0.77 0.31 61.75 0.63 0.43
Hex AD B1 28 2 0 4D 1F 3E 3F 2B
Octal 255 261 50 2 0 115 37 76 77 53
Binary 10101101 10110001 101000 10 0 1001101 11111 111110 111111 101011

Color Harmonies of #ADB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB128

Black with #ADB128

Text Example


Text Example

White with #ADB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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