Html Css Color HEX #95AC99 Edward

📋 copy color: '#95AC99'

red 149 ◦ green 172 ◦ blue 153

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

Shades of Edward #95AC99

Tints of Edward #95AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 31.43%
G = 36.29%
B = 32.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#95AC99 (or 0x95AC99) is known color: Edward. HEX triplet: 95, AC and 99. RGB value is (149,172,153). Sum of RGB (Red+Green+Blue) = 149+172+153=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AC99 is #6A5366. Grayscale: #A3A3A3. Windows color (decimal): -6968167 or 10071189. OLE color: 10071189.

HSL color Cylindrical-coordinate representation of color #95AC99: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95AC99 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 172 153 -
CMYK 0.13 0 0.11 0.33
HSL 130.43º 0.12% 0.63% -
HSV(B) 130.43º 0.13% 0.67% -
XYZ 32.9 38.19 35.78 -
YUV 162.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 149 172 153 0.13 0 0.11 0.33 130.43 0.12 0.63
Hex 95 AC 99 D 0 B 21 82 C 3F
Octal 225 254 231 15 0 13 41 202 14 77
Binary 10010101 10101100 10011001 1101 0 1011 100001 10000010 1100 111111

Color Harmonies of #95AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AC99

Black with #95AC99

Text Example


Text Example

White with #95AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,172,153); }

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

background-color css

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

 a { background-color: rgb(149,172,153); }

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

border-color css

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

 span { border-color: rgb(149,172,153); }

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