Html Css Color HEX #8AA492 Envy

📋 copy color: '#8AA492'

red 138 ◦ green 164 ◦ blue 146

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

Shades of Envy #8AA492

Tints of Envy #8AA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 30.8%
G = 36.61%
B = 32.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#8AA492 (or 0x8AA492) is known color: Envy. HEX triplet: 8A, A4 and 92. RGB value is (138,164,146). Sum of RGB (Red+Green+Blue) = 138+164+146=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA492 is #755B6D. Grayscale: #9A9A9A. Windows color (decimal): -7691118 or 9610378. OLE color: 9610378.

HSL color Cylindrical-coordinate representation of color #8AA492: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA492 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 146 -
CMYK 0.16 0 0.11 0.36
HSL 138.46º 0.13% 0.59% -
HSV(B) 138.46º 0.16% 0.64% -
XYZ 28.95 34.03 32.24 -
YUV 154.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 138 164 146 0.16 0 0.11 0.36 138.46 0.13 0.59
Hex 8A A4 92 10 0 B 24 8A C 3B
Octal 212 244 222 20 0 13 44 212 14 73
Binary 10001010 10100100 10010010 10000 0 1011 100100 10001010 1100 111011

Color Harmonies of #8AA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA492

Black with #8AA492

Text Example


Text Example

White with #8AA492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,146); }

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

background-color css

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

 a { background-color: rgb(138,164,146); }

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

border-color css

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

 span { border-color: rgb(138,164,146); }

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