Html Css Color HEX #ABA384 Neutral Green

📋 copy color: '#ABA384'

red 171 ◦ green 163 ◦ blue 132

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

Shades of Neutral Green #ABA384

Tints of Neutral Green #ABA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 36.7%
G = 34.98%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ABA384 (or 0xABA384) is known color: Neutral Green. HEX triplet: AB, A3 and 84. RGB value is (171,163,132). Sum of RGB (Red+Green+Blue) = 171+163+132=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA384 is #545C7B. Grayscale: #A1A1A1. Windows color (decimal): -5528700 or 8692651. OLE color: 8692651.

HSL color Cylindrical-coordinate representation of color #ABA384: hue angle of 47.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA384 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 132 -
CMYK 0 0.05 0.23 0.33
HSL 47.69º 0.19% 0.59% -
HSV(B) 47.69º 0.23% 0.67% -
XYZ 34.06 36.52 27.08 -
YUV 161.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 171 163 132 0 0.05 0.23 0.33 47.69 0.19 0.59
Hex AB A3 84 0 5 17 21 30 13 3B
Octal 253 243 204 0 5 27 41 60 23 73
Binary 10101011 10100011 10000100 0 101 10111 100001 110000 10011 111011

Color Harmonies of #ABA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA384

Black with #ABA384

Text Example


Text Example

White with #ABA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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