Html Css Color HEX #95B199 Edward

📋 copy color: '#95B199'

red 149 ◦ green 177 ◦ blue 153

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

Shades of Edward #95B199

Tints of Edward #95B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 31.11%
G = 36.95%
B = 31.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#95B199 (or 0x95B199) is known color: Edward. HEX triplet: 95, B1 and 99. RGB value is (149,177,153). Sum of RGB (Red+Green+Blue) = 149+177+153=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #95B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B199 is #6A4E66. Grayscale: #A5A5A5. Windows color (decimal): -6966887 or 10072469. OLE color: 10072469.

HSL color Cylindrical-coordinate representation of color #95B199: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B199 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 177 153 -
CMYK 0.16 0 0.14 0.31
HSL 128.57º 0.15% 0.64% -
HSV(B) 128.57º 0.16% 0.69% -
XYZ 33.87 40.13 36.1 -
YUV 165.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 149 177 153 0.16 0 0.14 0.31 128.57 0.15 0.64
Hex 95 B1 99 10 0 E 1F 81 F 40
Octal 225 261 231 20 0 16 37 201 17 100
Binary 10010101 10110001 10011001 10000 0 1110 11111 10000001 1111 1000000

Color Harmonies of #95B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B199

Black with #95B199

Text Example


Text Example

White with #95B199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,153); }

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

background-color css

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

 a { background-color: rgb(149,177,153); }

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

border-color css

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

 span { border-color: rgb(149,177,153); }

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