Html Css Color HEX #95A398 Edward

📋 copy color: '#95A398'

red 149 ◦ green 163 ◦ blue 152

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

Shades of Edward #95A398

Tints of Edward #95A398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 32.11%
G = 35.13%
B = 32.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#95A398 (or 0x95A398) is known color: Edward. HEX triplet: 95, A3 and 98. RGB value is (149,163,152). Sum of RGB (Red+Green+Blue) = 149+163+152=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #95A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A398 is #6A5C67. Grayscale: #9D9D9D. Windows color (decimal): -6970472 or 10003349. OLE color: 10003349.

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

Color convert

RGB 149 163 152 -
CMYK 0.09 0 0.07 0.36
HSL 132.86º 0.07% 0.61% -
HSV(B) 132.86º 0.09% 0.64% -
XYZ 31.16 34.85 34.79 -
YUV 157.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 149 163 152 0.09 0 0.07 0.36 132.86 0.07 0.61
Hex 95 A3 98 9 0 7 24 85 7 3D
Octal 225 243 230 11 0 7 44 205 7 75
Binary 10010101 10100011 10011000 1001 0 111 100100 10000101 111 111101

Color Harmonies of #95A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A398

Black with #95A398

Text Example


Text Example

White with #95A398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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