Html Css Color HEX #95A19F Cascade

📋 copy color: '#95A19F'

red 149 ◦ green 161 ◦ blue 159

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

Shades of Cascade #95A19F

Tints of Cascade #95A19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 31.77%
G = 34.33%
B = 33.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#95A19F (or 0x95A19F) is known color: Cascade. HEX triplet: 95, A1 and 9F. RGB value is (149,161,159). Sum of RGB (Red+Green+Blue) = 149+161+159=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 161 - color contains mainly: green. Hex color #95A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A19F is #6A5E60. Grayscale: #9D9D9D. Windows color (decimal): -6970977 or 10461589. OLE color: 10461589.

HSL color Cylindrical-coordinate representation of color #95A19F: hue angle of 170º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A19F is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 159 -
CMYK 0.07 0 0.01 0.37
HSL 170º 0.06% 0.61% -
HSV(B) 170º 0.07% 0.63% -
XYZ 31.4 34.38 37.78 -
YUV 157.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 149 161 159 0.07 0 0.01 0.37 170 0.06 0.61
Hex 95 A1 9F 7 0 1 25 AA 6 3D
Octal 225 241 237 7 0 1 45 252 6 75
Binary 10010101 10100001 10011111 111 0 1 100101 10101010 110 111101

Color Harmonies of #95A19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A19F

Black with #95A19F

Text Example


Text Example

White with #95A19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,161,159); }

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

background-color css

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

 a { background-color: rgb(149,161,159); }

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

border-color css

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

 span { border-color: rgb(149,161,159); }

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