#95B198

Color #95B198 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #95B198

Tints of Edward #95B198

Color information

#95B198 (or 0x95B198) is unknown color: approx Edward. HEX triplet: 95, B1 and 98. RGB value is (149,177,152). Sum of RGB (Red+Green+Blue) = 149+177+152=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #95B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B198 is #6A4E67. Grayscale: #A5A5A5. Windows color (decimal): -6966888 or 10006933. OLE color: 10006933.

HSL color Cylindrical-coordinate representation of color #95B198: hue angle of 126.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B198 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB149177152-
CMYK0.1600.140.31
HSL126.43º15.22%63.92%-
HSV(B)126.43º15.82%69.41%-
XYZ33.7840.135.67-
YUV165.78120.22116.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=31.17%
G=37.03%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771520.1600.140.31126.4315.2263.92
Hex95B198100E1F7ef40
Octal225261230200163717617100
Binary100101011011000110011000100000111011111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95B198;
 }
 .AnyTagClassName
 {
   color: #95B198;
 }
</style>
background-color css

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

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

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

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

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

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