Html Css Color HEX #95A798 Edward

📋 copy color: '#95A798'

red 149 ◦ green 167 ◦ blue 152

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

Shades of Edward #95A798

Tints of Edward #95A798

RGB

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

 GREEN value IS 167 (65.63% 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 value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#95A798 (or 0x95A798) is known color: 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

RGB 149 167 152 -
CMYK 0.11 0 0.09 0.35
HSL 130º 0.09% 0.62% -
HSV(B) 130º 0.11% 0.65% -
XYZ 31.88 36.29 35.03 -
YUV 159.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 149 167 152 0.11 0 0.09 0.35 130 0.09 0.62
Hex 95 A7 98 B 0 9 23 82 9 3E
Octal 225 247 230 13 0 11 43 202 11 76
Binary 10010101 10100111 10011000 1011 0 1001 100011 10000010 1001 111110

Color Harmonies of #95A798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A798

Black with #95A798

Text Example


Text Example

White with #95A798

Text Example


Text Example

HTML Codes & Css Web 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>