Html Css Color HEX #989592 Zorba

📋 copy color: '#989592'

red 152 ◦ green 149 ◦ blue 146

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

Shades of Zorba #989592

Tints of Zorba #989592

RGB

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

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

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

R = 34%
G = 33.33%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#989592 (or 0x989592) is known color: Zorba. HEX triplet: 98, 95 and 92. RGB value is (152,149,146). Sum of RGB (Red+Green+Blue) = 152+149+146=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 152 - color contains mainly: red. Hex color #989592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989592 is #676A6D. Grayscale: #959595. Windows color (decimal): -6777454 or 9606552. OLE color: 9606552.

HSL color Cylindrical-coordinate representation of color #989592: hue angle of 30º 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 #989592 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 146 -
CMYK 0 0.02 0.04 0.40
HSL 30º 0.03% 0.58% -
HSV(B) 30º 0.04% 0.6% -
XYZ 28.88 30.25 31.51 -
YUV 149.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 152 149 146 0 0.02 0.04 0.40 30 0.03 0.58
Hex 98 95 92 0 2 4 28 1E 3 3A
Octal 230 225 222 0 2 4 50 36 3 72
Binary 10011000 10010101 10010010 0 10 100 101000 11110 11 111010

Color Harmonies of #989592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989592

Black with #989592

Text Example


Text Example

White with #989592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989592; }

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

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

background-color css

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

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

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

border-color css

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

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

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