Html Css Color HEX #95AF99 Edward

📋 copy color: '#95AF99'

red 149 ◦ green 175 ◦ blue 153

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

Shades of Edward #95AF99

Tints of Edward #95AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.69%

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

R = 31.24%
G = 36.69%
B = 32.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#95AF99 (or 0x95AF99) is known color: Edward. HEX triplet: 95, AF and 99. RGB value is (149,175,153). Sum of RGB (Red+Green+Blue) = 149+175+153=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF99 is #6A5066. Grayscale: #A4A4A4. Windows color (decimal): -6967399 or 10071957. OLE color: 10071957.

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

Color convert

RGB 149 175 153 -
CMYK 0.15 0 0.13 0.31
HSL 129.23º 0.14% 0.64% -
HSV(B) 129.23º 0.15% 0.69% -
XYZ 33.47 39.35 35.97 -
YUV 164.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 149 175 153 0.15 0 0.13 0.31 129.23 0.14 0.64
Hex 95 AF 99 F 0 D 1F 81 E 40
Octal 225 257 231 17 0 15 37 201 16 100
Binary 10010101 10101111 10011001 1111 0 1101 11111 10000001 1110 1000000

Color Harmonies of #95AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF99

Black with #95AF99

Text Example


Text Example

White with #95AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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