Html Css Color HEX #959A98 Cascade

📋 copy color: '#959A98'

red 149 ◦ green 154 ◦ blue 152

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

Shades of Cascade #959A98

Tints of Cascade #959A98

RGB

 RED value IS 149 (58.59% from 255) = 32.75%

 GREEN value IS 154 (60.55% from 255) = 33.85%

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

R = 32.75%
G = 33.85%
B = 33.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#959A98 (or 0x959A98) is known color: Cascade. HEX triplet: 95, 9A and 98. RGB value is (149,154,152). Sum of RGB (Red+Green+Blue) = 149+154+152=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 154 - color contains mainly: green. Hex color #959A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A98 is #6A6567. Grayscale: #989898. Windows color (decimal): -6972776 or 10001045. OLE color: 10001045.

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

Color convert

RGB 149 154 152 -
CMYK 0.03 0 0.01 0.40
HSL 156º 0.02% 0.59% -
HSV(B) 156º 0.03% 0.6% -
XYZ 29.62 31.77 34.28 -
YUV 152.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 149 154 152 0.03 0 0.01 0.40 156 0.02 0.59
Hex 95 9A 98 3 0 1 28 9C 2 3B
Octal 225 232 230 3 0 1 50 234 2 73
Binary 10010101 10011010 10011000 11 0 1 101000 10011100 10 111011

Color Harmonies of #959A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A98

Black with #959A98

Text Example


Text Example

White with #959A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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