Html Css Color HEX #989996 Delta

📋 copy color: '#989996'

red 152 ◦ green 153 ◦ blue 150

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

Shades of Delta #989996

Tints of Delta #989996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 33.41%
G = 33.63%
B = 32.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#989996 (or 0x989996) is known color: Delta. HEX triplet: 98, 99 and 96. RGB value is (152,153,150). Sum of RGB (Red+Green+Blue) = 152+153+150=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 153 - color contains mainly: green. Hex color #989996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989996 is #676669. Grayscale: #989898. Windows color (decimal): -6776426 or 9869720. OLE color: 9869720.

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

Color convert

RGB 152 153 150 -
CMYK 0.01 0 0.02 0.4
HSL 80º 0.01% 0.59% -
HSV(B) 80º 0.02% 0.6% -
XYZ 29.85 31.66 33.39 -
YUV 152.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 152 153 150 0.01 0 0.02 0.4 80 0.01 0.59
Hex 98 99 96 1 0 2 28 50 1 3B
Octal 230 231 226 1 0 2 50 120 1 73
Binary 10011000 10011001 10010110 1 0 10 101000 1010000 1 111011

Color Harmonies of #989996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989996

Black with #989996

Text Example


Text Example

White with #989996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989996; }

 p { color: rgb(152,153,150); }

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

background-color css

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

 a { background-color: rgb(152,153,150); }

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

border-color css

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

 span { border-color: rgb(152,153,150); }

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