Html Css Color HEX #ADB99A Green Spring

📋 copy color: '#ADB99A'

red 173 ◦ green 185 ◦ blue 154

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

Shades of Green Spring #ADB99A

Tints of Green Spring #ADB99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 33.79%
G = 36.13%
B = 30.08%

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

#ADB99A (or 0xADB99A) is known color: Green Spring. HEX triplet: AD, B9 and 9A. RGB value is (173,185,154). Sum of RGB (Red+Green+Blue) = 173+185+154=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB99A is #524665. Grayscale: #B1B1B1. Windows color (decimal): -5391974 or 10140077. OLE color: 10140077.

HSL color Cylindrical-coordinate representation of color #ADB99A: hue angle of 83.23º degrees, saturation: 0.18, 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 #ADB99A is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 154 -
CMYK 0.06 0 0.17 0.27
HSL 83.23º 0.18% 0.66% -
HSV(B) 83.23º 0.17% 0.73% -
XYZ 40.42 45.92 37.3 -
YUV 177.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 173 185 154 0.06 0 0.17 0.27 83.23 0.18 0.66
Hex AD B9 9A 6 0 11 1B 53 12 42
Octal 255 271 232 6 0 21 33 123 22 102
Binary 10101101 10111001 10011010 110 0 10001 11011 1010011 10010 1000010

Color Harmonies of #ADB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB99A

Black with #ADB99A

Text Example


Text Example

White with #ADB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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