#95A798

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

Shades of Edward #95A798

Tints of Edward #95A798

Color information

#95A798 (or 0x95A798) is unknown color: approx Edward. HEX triplet: 95, A7 and 98. RGB value is (149,167,152). Sum of RGB (Red+Green+Blue) = 149+167+152=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #95A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A798 is #6A5867. Grayscale: #9F9F9F. Windows color (decimal): -6969448 or 10004373. OLE color: 10004373.

HSL color Cylindrical-coordinate representation of color #95A798: hue angle of 130º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95A798 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB149167152-
CMYK0.1100.090.35
HSL130º9.28%61.96%-
HSV(B)130º10.78%65.49%-
XYZ31.8836.2935.03-
YUV159.91123.54120.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=31.84%
G=35.68%
B=32.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491671520.1100.090.351309.2861.96
Hex95A798B09238293e
Octal22524723013011432021176
Binary100101011010011110011000101101001100011100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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