Html Css Color HEX #ADB19F Green Spring

📋 copy color: '#ADB19F'

red 173 ◦ green 177 ◦ blue 159

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

Shades of Green Spring #ADB19F

Tints of Green Spring #ADB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 33.99%
G = 34.77%
B = 31.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ADB19F (or 0xADB19F) is known color: Green Spring. HEX triplet: AD, B1 and 9F. RGB value is (173,177,159). Sum of RGB (Red+Green+Blue) = 173+177+159=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB19F is #524E60. Grayscale: #ADADAD. Windows color (decimal): -5394017 or 10465709. OLE color: 10465709.

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

Color convert

RGB 173 177 159 -
CMYK 0.02 0 0.10 0.31
HSL 73.33º 0.1% 0.66% -
HSV(B) 73.33º 0.1% 0.69% -
XYZ 39.21 42.83 39 -
YUV 173.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 173 177 159 0.02 0 0.10 0.31 73.33 0.1 0.66
Hex AD B1 9F 2 0 A 1F 49 A 42
Octal 255 261 237 2 0 12 37 111 12 102
Binary 10101101 10110001 10011111 10 0 1010 11111 1001001 1010 1000010

Color Harmonies of #ADB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB19F

Black with #ADB19F

Text Example


Text Example

White with #ADB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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