Html Css Color HEX #90A894 Envy

📋 copy color: '#90A894'

red 144 ◦ green 168 ◦ blue 148

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

Shades of Envy #90A894

Tints of Envy #90A894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 31.3%
G = 36.52%
B = 32.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#90A894 (or 0x90A894) is known color: Envy. HEX triplet: 90, A8 and 94. RGB value is (144,168,148). Sum of RGB (Red+Green+Blue) = 144+168+148=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #90A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A894 is #6F576B. Grayscale: #9E9E9E. Windows color (decimal): -7296876 or 9742480. OLE color: 9742480.

HSL color Cylindrical-coordinate representation of color #90A894: hue angle of 130º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A894 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 168 148 -
CMYK 0.14 0 0.12 0.34
HSL 130º 0.12% 0.61% -
HSV(B) 130º 0.14% 0.66% -
XYZ 30.85 36.07 33.35 -
YUV 158.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 144 168 148 0.14 0 0.12 0.34 130 0.12 0.61
Hex 90 A8 94 E 0 C 22 82 C 3D
Octal 220 250 224 16 0 14 42 202 14 75
Binary 10010000 10101000 10010100 1110 0 1100 100010 10000010 1100 111101

Color Harmonies of #90A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A894

Black with #90A894

Text Example


Text Example

White with #90A894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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