Html Css Color HEX #8A9B90 Envy

📋 copy color: '#8A9B90'

red 138 ◦ green 155 ◦ blue 144

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

Shades of Envy #8A9B90

Tints of Envy #8A9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 31.58%
G = 35.47%
B = 32.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#8A9B90 (or 0x8A9B90) is known color: Envy. HEX triplet: 8A, 9B and 90. RGB value is (138,155,144). Sum of RGB (Red+Green+Blue) = 138+155+144=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B90 is #75646F. Grayscale: #949494. Windows color (decimal): -7693424 or 9477002. OLE color: 9477002.

HSL color Cylindrical-coordinate representation of color #8A9B90: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B90 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 144 -
CMYK 0.11 0 0.07 0.39
HSL 141.18º 0.08% 0.57% -
HSV(B) 141.18º 0.11% 0.61% -
XYZ 27.24 30.86 30.91 -
YUV 148.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 138 155 144 0.11 0 0.07 0.39 141.18 0.08 0.57
Hex 8A 9B 90 B 0 7 27 8D 8 39
Octal 212 233 220 13 0 7 47 215 10 71
Binary 10001010 10011011 10010000 1011 0 111 100111 10001101 1000 111001

Color Harmonies of #8A9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B90

Black with #8A9B90

Text Example


Text Example

White with #8A9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,144); }

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

background-color css

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

 a { background-color: rgb(138,155,144); }

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

border-color css

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

 span { border-color: rgb(138,155,144); }

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