Html Css Color HEX #ABA78C Neutral Green

📋 copy color: '#ABA78C'

red 171 ◦ green 167 ◦ blue 140

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

Shades of Neutral Green #ABA78C

Tints of Neutral Green #ABA78C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.94%

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

R = 35.77%
G = 34.94%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ABA78C (or 0xABA78C) is known color: Neutral Green. HEX triplet: AB, A7 and 8C. RGB value is (171,167,140). Sum of RGB (Red+Green+Blue) = 171+167+140=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA78C is #545873. Grayscale: #A5A5A5. Windows color (decimal): -5527668 or 9217963. OLE color: 9217963.

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

Color convert

RGB 171 167 140 -
CMYK 0 0.02 0.18 0.33
HSL 52.26º 0.16% 0.61% -
HSV(B) 52.26º 0.18% 0.67% -
XYZ 35.35 38.19 30.32 -
YUV 165.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 171 167 140 0 0.02 0.18 0.33 52.26 0.16 0.61
Hex AB A7 8C 0 2 12 21 34 10 3D
Octal 253 247 214 0 2 22 41 64 20 75
Binary 10101011 10100111 10001100 0 10 10010 100001 110100 10000 111101

Color Harmonies of #ABA78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA78C

Black with #ABA78C

Text Example


Text Example

White with #ABA78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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