Html Css Color HEX #ADB994 Green Spring

📋 copy color: '#ADB994'

red 173 ◦ green 185 ◦ blue 148

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

Shades of Green Spring #ADB994

Tints of Green Spring #ADB994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 34.19%
G = 36.56%
B = 29.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#ADB994 (or 0xADB994) is known color: Green Spring. HEX triplet: AD, B9 and 94. RGB value is (173,185,148). Sum of RGB (Red+Green+Blue) = 173+185+148=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB994 is #52466B. Grayscale: #B1B1B1. Windows color (decimal): -5391980 or 9746861. OLE color: 9746861.

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

Color convert

RGB 173 185 148 -
CMYK 0.06 0 0.20 0.27
HSL 79.46º 0.21% 0.65% -
HSV(B) 79.46º 0.2% 0.73% -
XYZ 39.93 45.72 34.74 -
YUV 177.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 173 185 148 0.06 0 0.20 0.27 79.46 0.21 0.65
Hex AD B9 94 6 0 14 1B 4F 15 41
Octal 255 271 224 6 0 24 33 117 25 101
Binary 10101101 10111001 10010100 110 0 10100 11011 1001111 10101 1000001

Color Harmonies of #ADB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB994

Black with #ADB994

Text Example


Text Example

White with #ADB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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