Html Css Color HEX #95A99C Edward

📋 copy color: '#95A99C'

red 149 ◦ green 169 ◦ blue 156

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

Shades of Edward #95A99C

Tints of Edward #95A99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 31.43%
G = 35.65%
B = 32.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#95A99C (or 0x95A99C) is known color: Edward. HEX triplet: 95, A9 and 9C. RGB value is (149,169,156). Sum of RGB (Red+Green+Blue) = 149+169+156=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #95A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A99C is #6A5663. Grayscale: #A1A1A1. Windows color (decimal): -6968932 or 10267029. OLE color: 10267029.

HSL color Cylindrical-coordinate representation of color #95A99C: hue angle of 141º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A99C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 156 -
CMYK 0.12 0 0.08 0.34
HSL 141º 0.1% 0.62% -
HSV(B) 141º 0.12% 0.66% -
XYZ 32.58 37.17 36.91 -
YUV 161.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 149 169 156 0.12 0 0.08 0.34 141 0.1 0.62
Hex 95 A9 9C C 0 8 22 8D A 3E
Octal 225 251 234 14 0 10 42 215 12 76
Binary 10010101 10101001 10011100 1100 0 1000 100010 10001101 1010 111110

Color Harmonies of #95A99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A99C

Black with #95A99C

Text Example


Text Example

White with #95A99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,156); }

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

background-color css

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

 a { background-color: rgb(149,169,156); }

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

border-color css

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

 span { border-color: rgb(149,169,156); }

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