Html Css Color HEX #ABAE9C Green Spring

📋 copy color: '#ABAE9C'

red 171 ◦ green 174 ◦ blue 156

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

Shades of Green Spring #ABAE9C

Tints of Green Spring #ABAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

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

R = 34.13%
G = 34.73%
B = 31.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ABAE9C (or 0xABAE9C) is known color: Green Spring. HEX triplet: AB, AE and 9C. RGB value is (171,174,156). Sum of RGB (Red+Green+Blue) = 171+174+156=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9C is #545163. Grayscale: #ABABAB. Windows color (decimal): -5525860 or 10268331. OLE color: 10268331.

HSL color Cylindrical-coordinate representation of color #ABAE9C: hue angle of 70º degrees, saturation: 0.1, 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 #ABAE9C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 156 -
CMYK 0.02 0 0.10 0.32
HSL 70º 0.1% 0.65% -
HSV(B) 70º 0.1% 0.68% -
XYZ 37.93 41.33 37.43 -
YUV 171.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 171 174 156 0.02 0 0.10 0.32 70 0.1 0.65
Hex AB AE 9C 2 0 A 20 46 A 41
Octal 253 256 234 2 0 12 40 106 12 101
Binary 10101011 10101110 10011100 10 0 1010 100000 1000110 1010 1000001

Color Harmonies of #ABAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE9C

Black with #ABAE9C

Text Example


Text Example

White with #ABAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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