Html Css Color HEX #ABA874 Neutral Green

📋 copy color: '#ABA874'

red 171 ◦ green 168 ◦ blue 116

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

Shades of Neutral Green #ABA874

Tints of Neutral Green #ABA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 37.58%
G = 36.92%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABA874 (or 0xABA874) is known color: Neutral Green. HEX triplet: AB, A8 and 74. RGB value is (171,168,116). Sum of RGB (Red+Green+Blue) = 171+168+116=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA874 is #54578B. Grayscale: #A3A3A3. Windows color (decimal): -5527436 or 7645355. OLE color: 7645355.

HSL color Cylindrical-coordinate representation of color #ABA874: hue angle of 56.73º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA874 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 116 -
CMYK 0 0.02 0.32 0.33
HSL 56.73º 0.25% 0.56% -
HSV(B) 56.73º 0.32% 0.67% -
XYZ 33.95 37.92 22.05 -
YUV 162.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 171 168 116 0 0.02 0.32 0.33 56.73 0.25 0.56
Hex AB A8 74 0 2 20 21 39 19 38
Octal 253 250 164 0 2 40 41 71 31 70
Binary 10101011 10101000 1110100 0 10 100000 100001 111001 11001 111000

Color Harmonies of #ABA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA874

Black with #ABA874

Text Example


Text Example

White with #ABA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA874; }

 p { color: rgb(171,168,116); }

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

background-color css

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

 a { background-color: rgb(171,168,116); }

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

border-color css

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

 span { border-color: rgb(171,168,116); }

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