Html Css Color HEX #989594 Zorba

📋 copy color: '#989594'

red 152 ◦ green 149 ◦ blue 148

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

Shades of Zorba #989594

Tints of Zorba #989594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

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

R = 33.85%
G = 33.18%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#989594 (or 0x989594) is known color: Zorba. HEX triplet: 98, 95 and 94. RGB value is (152,149,148). Sum of RGB (Red+Green+Blue) = 152+149+148=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 152 - color contains mainly: red. Hex color #989594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989594 is #676A6B. Grayscale: #959595. Windows color (decimal): -6777452 or 9737624. OLE color: 9737624.

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

Color convert

RGB 152 149 148 -
CMYK 0 0.02 0.03 0.40
HSL 15º 0.02% 0.59% -
HSV(B) 15º 0.03% 0.6% -
XYZ 29.04 30.31 32.34 -
YUV 149.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 152 149 148 0 0.02 0.03 0.40 15 0.02 0.59
Hex 98 95 94 0 2 3 28 F 2 3B
Octal 230 225 224 0 2 3 50 17 2 73
Binary 10011000 10010101 10010100 0 10 11 101000 1111 10 111011

Color Harmonies of #989594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989594

Black with #989594

Text Example


Text Example

White with #989594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989594; }

 p { color: rgb(152,149,148); }

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

background-color css

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

 a { background-color: rgb(152,149,148); }

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

border-color css

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

 span { border-color: rgb(152,149,148); }

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