Html Css Color HEX #ABAD9C Green Spring

📋 copy color: '#ABAD9C'

red 171 ◦ green 173 ◦ blue 156

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

Shades of Green Spring #ABAD9C

Tints of Green Spring #ABAD9C

RGB

 RED value IS 171 (67.19% from 255) = 34.2%

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 34.2%
G = 34.6%
B = 31.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ABAD9C (or 0xABAD9C) is known color: Green Spring. HEX triplet: AB, AD and 9C. RGB value is (171,173,156). Sum of RGB (Red+Green+Blue) = 171+173+156=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD9C is #545263. Grayscale: #AAAAAA. Windows color (decimal): -5526116 or 10268075. OLE color: 10268075.

HSL color Cylindrical-coordinate representation of color #ABAD9C: hue angle of 67.06º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAD9C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 173 156 -
CMYK 0.01 0 0.10 0.32
HSL 67.06º 0.09% 0.65% -
HSV(B) 67.06º 0.1% 0.68% -
XYZ 37.74 40.95 37.37 -
YUV 170.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 171 173 156 0.01 0 0.10 0.32 67.06 0.09 0.65
Hex AB AD 9C 1 0 A 20 43 9 41
Octal 253 255 234 1 0 12 40 103 11 101
Binary 10101011 10101101 10011100 1 0 1010 100000 1000011 1001 1000001

Color Harmonies of #ABAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAD9C

Black with #ABAD9C

Text Example


Text Example

White with #ABAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAD9C; }

 p { color: rgb(171,173,156); }

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

background-color css

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

 a { background-color: rgb(171,173,156); }

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

border-color css

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

 span { border-color: rgb(171,173,156); }

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