Html Css Color HEX #ABA67A Neutral Green

📋 copy color: '#ABA67A'

red 171 ◦ green 166 ◦ blue 122

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

Shades of Neutral Green #ABA67A

Tints of Neutral Green #ABA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 37.25%
G = 36.17%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#ABA67A (or 0xABA67A) is known color: Neutral Green. HEX triplet: AB, A6 and 7A. RGB value is (171,166,122). Sum of RGB (Red+Green+Blue) = 171+166+122=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA67A is #545985. Grayscale: #A2A2A2. Windows color (decimal): -5527942 or 8038059. OLE color: 8038059.

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

Color convert

RGB 171 166 122 -
CMYK 0 0.03 0.29 0.33
HSL 53.88º 0.23% 0.57% -
HSV(B) 53.88º 0.29% 0.67% -
XYZ 33.94 37.34 23.83 -
YUV 162.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 171 166 122 0 0.03 0.29 0.33 53.88 0.23 0.57
Hex AB A6 7A 0 3 1D 21 36 17 39
Octal 253 246 172 0 3 35 41 66 27 71
Binary 10101011 10100110 1111010 0 11 11101 100001 110110 10111 111001

Color Harmonies of #ABA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA67A

Black with #ABA67A

Text Example


Text Example

White with #ABA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA67A; }

 p { color: rgb(171,166,122); }

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

background-color css

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

 a { background-color: rgb(171,166,122); }

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

border-color css

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

 span { border-color: rgb(171,166,122); }

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