Html Css Color HEX #ABA48B Neutral Green

📋 copy color: '#ABA48B'

red 171 ◦ green 164 ◦ blue 139

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

Shades of Neutral Green #ABA48B

Tints of Neutral Green #ABA48B

RGB

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

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

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

R = 36.08%
G = 34.6%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABA48B (or 0xABA48B) is known color: Neutral Green. HEX triplet: AB, A4 and 8B. RGB value is (171,164,139). Sum of RGB (Red+Green+Blue) = 171+164+139=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48B is #545B74. Grayscale: #A3A3A3. Windows color (decimal): -5528437 or 9151659. OLE color: 9151659.

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

Color convert

RGB 171 164 139 -
CMYK 0 0.04 0.19 0.33
HSL 46.88º 0.16% 0.61% -
HSV(B) 46.88º 0.19% 0.67% -
XYZ 34.73 37.07 29.75 -
YUV 163.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 171 164 139 0 0.04 0.19 0.33 46.88 0.16 0.61
Hex AB A4 8B 0 4 13 21 2F 10 3D
Octal 253 244 213 0 4 23 41 57 20 75
Binary 10101011 10100100 10001011 0 100 10011 100001 101111 10000 111101

Color Harmonies of #ABA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA48B

Black with #ABA48B

Text Example


Text Example

White with #ABA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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