Html Css Color HEX #ABAA8B Neutral Green

📋 copy color: '#ABAA8B'

red 171 ◦ green 170 ◦ blue 139

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

Shades of Neutral Green #ABAA8B

Tints of Neutral Green #ABAA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 35.63%
G = 35.42%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABAA8B (or 0xABAA8B) is known color: Neutral Green. HEX triplet: AB, AA and 8B. RGB value is (171,170,139). Sum of RGB (Red+Green+Blue) = 171+170+139=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8B is #545574. Grayscale: #A6A6A6. Windows color (decimal): -5526901 or 9153195. OLE color: 9153195.

HSL color Cylindrical-coordinate representation of color #ABAA8B: hue angle of 58.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAA8B is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 139 -
CMYK 0 0.01 0.19 0.33
HSL 58.13º 0.16% 0.61% -
HSV(B) 58.13º 0.19% 0.67% -
XYZ 35.83 39.27 30.12 -
YUV 166.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 171 170 139 0 0.01 0.19 0.33 58.13 0.16 0.61
Hex AB AA 8B 0 1 13 21 3A 10 3D
Octal 253 252 213 0 1 23 41 72 20 75
Binary 10101011 10101010 10001011 0 1 10011 100001 111010 10000 111101

Color Harmonies of #ABAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA8B

Black with #ABAA8B

Text Example


Text Example

White with #ABAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA8B; }

 p { color: rgb(171,170,139); }

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

background-color css

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

 a { background-color: rgb(171,170,139); }

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

border-color css

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

 span { border-color: rgb(171,170,139); }

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