Html Css Color HEX #90AA92 Envy

📋 copy color: '#90AA92'

red 144 ◦ green 170 ◦ blue 146

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

Shades of Envy #90AA92

Tints of Envy #90AA92

RGB

 RED value IS 144 (56.64% from 255) = 31.3%

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

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

R = 31.3%
G = 36.96%
B = 31.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#90AA92 (or 0x90AA92) is known color: Envy. HEX triplet: 90, AA and 92. RGB value is (144,170,146). Sum of RGB (Red+Green+Blue) = 144+170+146=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA92 is #6F556D. Grayscale: #9F9F9F. Windows color (decimal): -7296366 or 9611920. OLE color: 9611920.

HSL color Cylindrical-coordinate representation of color #90AA92: hue angle of 124.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA92 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 146 -
CMYK 0.15 0 0.14 0.33
HSL 124.62º 0.13% 0.62% -
HSV(B) 124.62º 0.15% 0.67% -
XYZ 31.06 36.75 32.65 -
YUV 159.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 144 170 146 0.15 0 0.14 0.33 124.62 0.13 0.62
Hex 90 AA 92 F 0 E 21 7D D 3E
Octal 220 252 222 17 0 16 41 175 15 76
Binary 10010000 10101010 10010010 1111 0 1110 100001 1111101 1101 111110

Color Harmonies of #90AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA92

Black with #90AA92

Text Example


Text Example

White with #90AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AA92; }

 p { color: rgb(144,170,146); }

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

background-color css

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

 a { background-color: rgb(144,170,146); }

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

border-color css

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

 span { border-color: rgb(144,170,146); }

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