Html Css Color HEX #ADB999 Green Spring

📋 copy color: '#ADB999'

red 173 ◦ green 185 ◦ blue 153

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

Shades of Green Spring #ADB999

Tints of Green Spring #ADB999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 33.86%
G = 36.2%
B = 29.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ADB999 (or 0xADB999) is known color: Green Spring. HEX triplet: AD, B9 and 99. RGB value is (173,185,153). Sum of RGB (Red+Green+Blue) = 173+185+153=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB999 is #524666. Grayscale: #B1B1B1. Windows color (decimal): -5391975 or 10074541. OLE color: 10074541.

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

Color convert

RGB 173 185 153 -
CMYK 0.06 0 0.17 0.27
HSL 82.5º 0.19% 0.66% -
HSV(B) 82.5º 0.17% 0.73% -
XYZ 40.33 45.88 36.87 -
YUV 177.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 173 185 153 0.06 0 0.17 0.27 82.5 0.19 0.66
Hex AD B9 99 6 0 11 1B 52 13 42
Octal 255 271 231 6 0 21 33 122 23 102
Binary 10101101 10111001 10011001 110 0 10001 11011 1010010 10011 1000010

Color Harmonies of #ADB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB999

Black with #ADB999

Text Example


Text Example

White with #ADB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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