Html Css Color HEX #ABAE9B Green Spring

📋 copy color: '#ABAE9B'

red 171 ◦ green 174 ◦ blue 155

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

Shades of Green Spring #ABAE9B

Tints of Green Spring #ABAE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31%

R = 34.2%
G = 34.8%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ABAE9B (or 0xABAE9B) is known color: Green Spring. HEX triplet: AB, AE and 9B. RGB value is (171,174,155). Sum of RGB (Red+Green+Blue) = 171+174+155=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9B is #545164. Grayscale: #ABABAB. Windows color (decimal): -5525861 or 10202795. OLE color: 10202795.

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

Color convert

RGB 171 174 155 -
CMYK 0.02 0 0.11 0.32
HSL 69.47º 0.1% 0.65% -
HSV(B) 69.47º 0.11% 0.68% -
XYZ 37.85 41.3 36.99 -
YUV 170.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 171 174 155 0.02 0 0.11 0.32 69.47 0.1 0.65
Hex AB AE 9B 2 0 B 20 45 A 41
Octal 253 256 233 2 0 13 40 105 12 101
Binary 10101011 10101110 10011011 10 0 1011 100000 1000101 1010 1000001

Color Harmonies of #ABAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE9B

Black with #ABAE9B

Text Example


Text Example

White with #ABAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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