Html Css Color HEX #ABA58C Neutral Green

📋 copy color: '#ABA58C'

red 171 ◦ green 165 ◦ blue 140

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

Shades of Neutral Green #ABA58C

Tints of Neutral Green #ABA58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 35.92%
G = 34.66%
B = 29.41%

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

#ABA58C (or 0xABA58C) is known color: Neutral Green. HEX triplet: AB, A5 and 8C. RGB value is (171,165,140). Sum of RGB (Red+Green+Blue) = 171+165+140=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA58C is #545A73. Grayscale: #A4A4A4. Windows color (decimal): -5528180 or 9217451. OLE color: 9217451.

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

Color convert

RGB 171 165 140 -
CMYK 0 0.04 0.18 0.33
HSL 48.39º 0.16% 0.61% -
HSV(B) 48.39º 0.18% 0.67% -
XYZ 34.98 37.46 30.2 -
YUV 163.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 171 165 140 0 0.04 0.18 0.33 48.39 0.16 0.61
Hex AB A5 8C 0 4 12 21 30 10 3D
Octal 253 245 214 0 4 22 41 60 20 75
Binary 10101011 10100101 10001100 0 100 10010 100001 110000 10000 111101

Color Harmonies of #ABA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA58C

Black with #ABA58C

Text Example


Text Example

White with #ABA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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