Html Css Color HEX #969598 Grey Suit

📋 copy color: '#969598'

red 150 ◦ green 149 ◦ blue 152

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

Shades of Grey Suit #969598

Tints of Grey Suit #969598

RGB

 RED value IS 150 (58.98% from 255) = 33.26%

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

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 33.26%
G = 33.04%
B = 33.7%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#969598 (or 0x969598) is known color: Grey Suit. HEX triplet: 96, 95 and 98. RGB value is (150,149,152). Sum of RGB (Red+Green+Blue) = 150+149+152=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 152 - color contains mainly: blue. Hex color #969598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969598 is #696A67. Grayscale: #959595. Windows color (decimal): -6908520 or 9999766. OLE color: 9999766.

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

Color convert

RGB 150 149 152 -
CMYK 0.01 0.02 0 0.40
HSL 260º 0.01% 0.59% -
HSV(B) 260º 0.02% 0.6% -
XYZ 28.99 30.25 34.02 -
YUV 149.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 150 149 152 0.01 0.02 0 0.40 260 0.01 0.59
Hex 96 95 98 1 2 0 28 104 1 3B
Octal 226 225 230 1 2 0 50 404 1 73
Binary 10010110 10010101 10011000 1 10 0 101000 100000100 1 111011

Color Harmonies of #969598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969598

Black with #969598

Text Example


Text Example

White with #969598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969598; }

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

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

background-color css

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

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

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

border-color css

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

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

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