Html Css Color HEX #989390 Zorba

📋 copy color: '#989390'

red 152 ◦ green 147 ◦ blue 144

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

Shades of Zorba #989390

Tints of Zorba #989390

RGB

 RED value IS 152 (59.77% from 255) = 34.31%

 GREEN value IS 147 (57.81% from 255) = 33.18%

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

R = 34.31%
G = 33.18%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#989390 (or 0x989390) is known color: Zorba. HEX triplet: 98, 93 and 90. RGB value is (152,147,144). Sum of RGB (Red+Green+Blue) = 152+147+144=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #989390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989390 is #676C6F. Grayscale: #949494. Windows color (decimal): -6777968 or 9474968. OLE color: 9474968.

HSL color Cylindrical-coordinate representation of color #989390: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989390 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 144 -
CMYK 0 0.03 0.05 0.40
HSL 22.5º 0.04% 0.58% -
HSV(B) 22.5º 0.05% 0.6% -
XYZ 28.42 29.56 30.59 -
YUV 148.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 152 147 144 0 0.03 0.05 0.40 22.5 0.04 0.58
Hex 98 93 90 0 3 5 28 16 4 3A
Octal 230 223 220 0 3 5 50 26 4 72
Binary 10011000 10010011 10010000 0 11 101 101000 10110 100 111010

Color Harmonies of #989390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989390

Black with #989390

Text Example


Text Example

White with #989390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989390; }

 p { color: rgb(152,147,144); }

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

background-color css

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

 a { background-color: rgb(152,147,144); }

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

border-color css

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

 span { border-color: rgb(152,147,144); }

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