Html Css Color HEX #8AAA84 Mantle

📋 copy color: '#8AAA84'

red 138 ◦ green 170 ◦ blue 132

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

Shades of Mantle #8AAA84

Tints of Mantle #8AAA84

RGB

 RED value IS 138 (54.3% from 255) = 31.36%

 GREEN value IS 170 (66.8% from 255) = 38.64%

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

R = 31.36%
G = 38.64%
B = 30%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#8AAA84 (or 0x8AAA84) is known color: Mantle. HEX triplet: 8A, AA and 84. RGB value is (138,170,132). Sum of RGB (Red+Green+Blue) = 138+170+132=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA84 is #75557B. Grayscale: #9C9C9C. Windows color (decimal): -7689596 or 8694410. OLE color: 8694410.

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

Color convert

RGB 138 170 132 -
CMYK 0.19 0 0.22 0.33
HSL 110.53º 0.18% 0.59% -
HSV(B) 110.53º 0.22% 0.67% -
XYZ 29.02 35.82 27.21 -
YUV 156.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 138 170 132 0.19 0 0.22 0.33 110.53 0.18 0.59
Hex 8A AA 84 13 0 16 21 6F 12 3B
Octal 212 252 204 23 0 26 41 157 22 73
Binary 10001010 10101010 10000100 10011 0 10110 100001 1101111 10010 111011

Color Harmonies of #8AAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA84

Black with #8AAA84

Text Example


Text Example

White with #8AAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAA84; }

 p { color: rgb(138,170,132); }

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

background-color css

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

 a { background-color: rgb(138,170,132); }

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

border-color css

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

 span { border-color: rgb(138,170,132); }

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