Html Css Color HEX #95A39E Cascade

📋 copy color: '#95A39E'

red 149 ◦ green 163 ◦ blue 158

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

Shades of Cascade #95A39E

Tints of Cascade #95A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 31.7%
G = 34.68%
B = 33.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#95A39E (or 0x95A39E) is known color: Cascade. HEX triplet: 95, A3 and 9E. RGB value is (149,163,158). Sum of RGB (Red+Green+Blue) = 149+163+158=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #95A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A39E is #6A5C61. Grayscale: #9E9E9E. Windows color (decimal): -6970466 or 10396565. OLE color: 10396565.

HSL color Cylindrical-coordinate representation of color #95A39E: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A39E is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 158 -
CMYK 0.09 0 0.03 0.36
HSL 158.57º 0.07% 0.61% -
HSV(B) 158.57º 0.09% 0.64% -
XYZ 31.66 35.05 37.44 -
YUV 158.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 149 163 158 0.09 0 0.03 0.36 158.57 0.07 0.61
Hex 95 A3 9E 9 0 3 24 9F 7 3D
Octal 225 243 236 11 0 3 44 237 7 75
Binary 10010101 10100011 10011110 1001 0 11 100100 10011111 111 111101

Color Harmonies of #95A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A39E

Black with #95A39E

Text Example


Text Example

White with #95A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A39E; }

 p { color: rgb(149,163,158); }

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

background-color css

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

 a { background-color: rgb(149,163,158); }

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

border-color css

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

 span { border-color: rgb(149,163,158); }

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