Html Css Color HEX #ADB199 Green Spring

📋 copy color: '#ADB199'

red 173 ◦ green 177 ◦ blue 153

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

Shades of Green Spring #ADB199

Tints of Green Spring #ADB199

RGB

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

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

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

R = 34.39%
G = 35.19%
B = 30.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#ADB199 (or 0xADB199) is known color: Green Spring. HEX triplet: AD, B1 and 99. RGB value is (173,177,153). Sum of RGB (Red+Green+Blue) = 173+177+153=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB199 is #524E66. Grayscale: #ADADAD. Windows color (decimal): -5394023 or 10072493. OLE color: 10072493.

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

Color convert

RGB 173 177 153 -
CMYK 0.02 0 0.14 0.31
HSL 70º 0.13% 0.65% -
HSV(B) 70º 0.14% 0.69% -
XYZ 38.71 42.63 36.33 -
YUV 173.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 173 177 153 0.02 0 0.14 0.31 70 0.13 0.65
Hex AD B1 99 2 0 E 1F 46 D 41
Octal 255 261 231 2 0 16 37 106 15 101
Binary 10101101 10110001 10011001 10 0 1110 11111 1000110 1101 1000001

Color Harmonies of #ADB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB199

Black with #ADB199

Text Example


Text Example

White with #ADB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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