Html Css Color HEX #ABA88A Neutral Green

📋 copy color: '#ABA88A'

red 171 ◦ green 168 ◦ blue 138

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

Shades of Neutral Green #ABA88A

Tints of Neutral Green #ABA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 35.85%
G = 35.22%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABA88A (or 0xABA88A) is known color: Neutral Green. HEX triplet: AB, A8 and 8A. RGB value is (171,168,138). Sum of RGB (Red+Green+Blue) = 171+168+138=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88A is #545775. Grayscale: #A5A5A5. Windows color (decimal): -5527414 or 9087147. OLE color: 9087147.

HSL color Cylindrical-coordinate representation of color #ABA88A: hue angle of 54.55º 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 #ABA88A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 138 -
CMYK 0 0.02 0.19 0.33
HSL 54.55º 0.16% 0.61% -
HSV(B) 54.55º 0.19% 0.67% -
XYZ 35.38 38.5 29.61 -
YUV 165.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 171 168 138 0 0.02 0.19 0.33 54.55 0.16 0.61
Hex AB A8 8A 0 2 13 21 37 10 3D
Octal 253 250 212 0 2 23 41 67 20 75
Binary 10101011 10101000 10001010 0 10 10011 100001 110111 10000 111101

Color Harmonies of #ABA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA88A

Black with #ABA88A

Text Example


Text Example

White with #ABA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA88A; }

 p { color: rgb(171,168,138); }

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

background-color css

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

 a { background-color: rgb(171,168,138); }

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

border-color css

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

 span { border-color: rgb(171,168,138); }

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