Html Css Color HEX #95A198 Edward

📋 copy color: '#95A198'

red 149 ◦ green 161 ◦ blue 152

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

Shades of Edward #95A198

Tints of Edward #95A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

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

R = 32.25%
G = 34.85%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#95A198 (or 0x95A198) is known color: Edward. HEX triplet: 95, A1 and 98. RGB value is (149,161,152). Sum of RGB (Red+Green+Blue) = 149+161+152=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 161 - color contains mainly: green. Hex color #95A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A198 is #6A5E67. Grayscale: #9C9C9C. Windows color (decimal): -6970984 or 10002837. OLE color: 10002837.

HSL color Cylindrical-coordinate representation of color #95A198: hue angle of 135º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A198 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 152 -
CMYK 0.07 0 0.06 0.37
HSL 135º 0.06% 0.61% -
HSV(B) 135º 0.07% 0.63% -
XYZ 30.81 34.15 34.67 -
YUV 156.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 149 161 152 0.07 0 0.06 0.37 135 0.06 0.61
Hex 95 A1 98 7 0 6 25 87 6 3D
Octal 225 241 230 7 0 6 45 207 6 75
Binary 10010101 10100001 10011000 111 0 110 100101 10000111 110 111101

Color Harmonies of #95A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A198

Black with #95A198

Text Example


Text Example

White with #95A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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