Html Css Color HEX #90A594 Envy

📋 copy color: '#90A594'

red 144 ◦ green 165 ◦ blue 148

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

Shades of Envy #90A594

Tints of Envy #90A594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 31.51%
G = 36.11%
B = 32.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#90A594 (or 0x90A594) is known color: Envy. HEX triplet: 90, A5 and 94. RGB value is (144,165,148). Sum of RGB (Red+Green+Blue) = 144+165+148=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #90A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A594 is #6F5A6B. Grayscale: #9C9C9C. Windows color (decimal): -7297644 or 9741712. OLE color: 9741712.

HSL color Cylindrical-coordinate representation of color #90A594: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A594 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 148 -
CMYK 0.13 0 0.10 0.35
HSL 131.43º 0.1% 0.61% -
HSV(B) 131.43º 0.13% 0.65% -
XYZ 30.3 34.98 33.17 -
YUV 156.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 144 165 148 0.13 0 0.10 0.35 131.43 0.1 0.61
Hex 90 A5 94 D 0 A 23 83 A 3D
Octal 220 245 224 15 0 12 43 203 12 75
Binary 10010000 10100101 10010100 1101 0 1010 100011 10000011 1010 111101

Color Harmonies of #90A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A594

Black with #90A594

Text Example


Text Example

White with #90A594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,165,148); }

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

background-color css

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

 a { background-color: rgb(144,165,148); }

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

border-color css

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

 span { border-color: rgb(144,165,148); }

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