Html Css Color HEX #ABA48C Neutral Green

📋 copy color: '#ABA48C'

red 171 ◦ green 164 ◦ blue 140

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

Shades of Neutral Green #ABA48C

Tints of Neutral Green #ABA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 36%
G = 34.53%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ABA48C (or 0xABA48C) is known color: Neutral Green. HEX triplet: AB, A4 and 8C. RGB value is (171,164,140). Sum of RGB (Red+Green+Blue) = 171+164+140=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48C is #545B73. Grayscale: #A3A3A3. Windows color (decimal): -5528436 or 9217195. OLE color: 9217195.

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

Color convert

RGB 171 164 140 -
CMYK 0 0.04 0.18 0.33
HSL 46.45º 0.16% 0.61% -
HSV(B) 46.45º 0.18% 0.67% -
XYZ 34.8 37.1 30.14 -
YUV 163.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 171 164 140 0 0.04 0.18 0.33 46.45 0.16 0.61
Hex AB A4 8C 0 4 12 21 2E 10 3D
Octal 253 244 214 0 4 22 41 56 20 75
Binary 10101011 10100100 10001100 0 100 10010 100001 101110 10000 111101

Color Harmonies of #ABA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA48C

Black with #ABA48C

Text Example


Text Example

White with #ABA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA48C; }

 p { color: rgb(171,164,140); }

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

background-color css

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

 a { background-color: rgb(171,164,140); }

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

border-color css

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

 span { border-color: rgb(171,164,140); }

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