Html Css Color HEX #ABAB82 Neutral Green

📋 copy color: '#ABAB82'

red 171 ◦ green 171 ◦ blue 130

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

Shades of Neutral Green #ABAB82

Tints of Neutral Green #ABAB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 36.23%
G = 36.23%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#ABAB82 (or 0xABAB82) is known color: Neutral Green. HEX triplet: AB, AB and 82. RGB value is (171,171,130). Sum of RGB (Red+Green+Blue) = 171+171+130=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB82 is #54547D. Grayscale: #A6A6A6. Windows color (decimal): -5526654 or 8563627. OLE color: 8563627.

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

Color convert

RGB 171 171 130 -
CMYK 0 0 0.24 0.33
HSL 60º 0.2% 0.59% -
HSV(B) 60º 0.24% 0.67% -
XYZ 35.39 39.4 26.86 -
YUV 166.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 171 171 130 0 0 0.24 0.33 60 0.2 0.59
Hex AB AB 82 0 0 18 21 3C 14 3B
Octal 253 253 202 0 0 30 41 74 24 73
Binary 10101011 10101011 10000010 0 0 11000 100001 111100 10100 111011

Color Harmonies of #ABAB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB82

Black with #ABAB82

Text Example


Text Example

White with #ABAB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB82; }

 p { color: rgb(171,171,130); }

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

background-color css

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

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

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

border-color css

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

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

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