Html Css Color HEX #95A698 Edward

📋 copy color: '#95A698'

red 149 ◦ green 166 ◦ blue 152

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

Shades of Edward #95A698

Tints of Edward #95A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 31.91%
G = 35.55%
B = 32.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#95A698 (or 0x95A698) is known color: Edward. HEX triplet: 95, A6 and 98. RGB value is (149,166,152). Sum of RGB (Red+Green+Blue) = 149+166+152=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #95A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A698 is #6A5967. Grayscale: #9F9F9F. Windows color (decimal): -6969704 or 10004117. OLE color: 10004117.

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

Color convert

RGB 149 166 152 -
CMYK 0.10 0 0.08 0.35
HSL 130.59º 0.09% 0.62% -
HSV(B) 130.59º 0.1% 0.65% -
XYZ 31.7 35.93 34.97 -
YUV 159.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 149 166 152 0.10 0 0.08 0.35 130.59 0.09 0.62
Hex 95 A6 98 A 0 8 23 83 9 3E
Octal 225 246 230 12 0 10 43 203 11 76
Binary 10010101 10100110 10011000 1010 0 1000 100011 10000011 1001 111110

Color Harmonies of #95A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A698

Black with #95A698

Text Example


Text Example

White with #95A698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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