Html Css Color HEX #ABA38A Neutral Green

📋 copy color: '#ABA38A'

red 171 ◦ green 163 ◦ blue 138

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

Shades of Neutral Green #ABA38A

Tints of Neutral Green #ABA38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.53%

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

R = 36.23%
G = 34.53%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABA38A (or 0xABA38A) is known color: Neutral Green. HEX triplet: AB, A3 and 8A. RGB value is (171,163,138). Sum of RGB (Red+Green+Blue) = 171+163+138=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38A is #545C75. Grayscale: #A2A2A2. Windows color (decimal): -5528694 or 9085867. OLE color: 9085867.

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

Color convert

RGB 171 163 138 -
CMYK 0 0.05 0.19 0.33
HSL 45.45º 0.16% 0.61% -
HSV(B) 45.45º 0.19% 0.67% -
XYZ 34.48 36.69 29.31 -
YUV 162.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 171 163 138 0 0.05 0.19 0.33 45.45 0.16 0.61
Hex AB A3 8A 0 5 13 21 2D 10 3D
Octal 253 243 212 0 5 23 41 55 20 75
Binary 10101011 10100011 10001010 0 101 10011 100001 101101 10000 111101

Color Harmonies of #ABA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA38A

Black with #ABA38A

Text Example


Text Example

White with #ABA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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