Html Css Color HEX #989492 Zorba

📋 copy color: '#989492'

red 152 ◦ green 148 ◦ blue 146

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

Shades of Zorba #989492

Tints of Zorba #989492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 34.08%
G = 33.18%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#989492 (or 0x989492) is known color: Zorba. HEX triplet: 98, 94 and 92. RGB value is (152,148,146). Sum of RGB (Red+Green+Blue) = 152+148+146=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 152 - color contains mainly: red. Hex color #989492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989492 is #676B6D. Grayscale: #949494. Windows color (decimal): -6777710 or 9606296. OLE color: 9606296.

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

Color convert

RGB 152 148 146 -
CMYK 0 0.03 0.04 0.40
HSL 20º 0.03% 0.58% -
HSV(B) 20º 0.04% 0.6% -
XYZ 28.73 29.93 31.46 -
YUV 148.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 152 148 146 0 0.03 0.04 0.40 20 0.03 0.58
Hex 98 94 92 0 3 4 28 14 3 3A
Octal 230 224 222 0 3 4 50 24 3 72
Binary 10011000 10010100 10010010 0 11 100 101000 10100 11 111010

Color Harmonies of #989492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989492

Black with #989492

Text Example


Text Example

White with #989492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989492; }

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

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

background-color css

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

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

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

border-color css

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

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

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