Html Css Color HEX #ADB991 Green Spring

📋 copy color: '#ADB991'

red 173 ◦ green 185 ◦ blue 145

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

Shades of Green Spring #ADB991

Tints of Green Spring #ADB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.83%

R = 34.39%
G = 36.78%
B = 28.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#ADB991 (or 0xADB991) is known color: Green Spring. HEX triplet: AD, B9 and 91. RGB value is (173,185,145). Sum of RGB (Red+Green+Blue) = 173+185+145=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB991 is #52466E. Grayscale: #B0B0B0. Windows color (decimal): -5391983 or 9550253. OLE color: 9550253.

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

Color convert

RGB 173 185 145 -
CMYK 0.06 0 0.22 0.27
HSL 78º 0.22% 0.65% -
HSV(B) 78º 0.22% 0.73% -
XYZ 39.69 45.63 33.5 -
YUV 176.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 173 185 145 0.06 0 0.22 0.27 78 0.22 0.65
Hex AD B9 91 6 0 16 1B 4E 16 41
Octal 255 271 221 6 0 26 33 116 26 101
Binary 10101101 10111001 10010001 110 0 10110 11011 1001110 10110 1000001

Color Harmonies of #ADB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB991

Black with #ADB991

Text Example


Text Example

White with #ADB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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