Html Css Color HEX #ADB995 Green Spring

📋 copy color: '#ADB995'

red 173 ◦ green 185 ◦ blue 149

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

Shades of Green Spring #ADB995

Tints of Green Spring #ADB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 34.12%
G = 36.49%
B = 29.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#ADB995 (or 0xADB995) is known color: Green Spring. HEX triplet: AD, B9 and 95. RGB value is (173,185,149). Sum of RGB (Red+Green+Blue) = 173+185+149=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB995 is #52466A. Grayscale: #B1B1B1. Windows color (decimal): -5391979 or 9812397. OLE color: 9812397.

HSL color Cylindrical-coordinate representation of color #ADB995: hue angle of 80º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB995 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 149 -
CMYK 0.06 0 0.19 0.27
HSL 80º 0.2% 0.65% -
HSV(B) 80º 0.19% 0.73% -
XYZ 40.01 45.75 35.16 -
YUV 177.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 173 185 149 0.06 0 0.19 0.27 80 0.2 0.65
Hex AD B9 95 6 0 13 1B 50 14 41
Octal 255 271 225 6 0 23 33 120 24 101
Binary 10101101 10111001 10010101 110 0 10011 11011 1010000 10100 1000001

Color Harmonies of #ADB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB995

Black with #ADB995

Text Example


Text Example

White with #ADB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB995; }

 p { color: rgb(173,185,149); }

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

background-color css

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

 a { background-color: rgb(173,185,149); }

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

border-color css

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

 span { border-color: rgb(173,185,149); }

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