Html Css Color HEX #91AB99 Edward

📋 copy color: '#91AB99'

red 145 ◦ green 171 ◦ blue 153

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

Shades of Edward #91AB99

Tints of Edward #91AB99

RGB

 RED value IS 145 (57.03% from 255) = 30.92%

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 30.92%
G = 36.46%
B = 32.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#91AB99 (or 0x91AB99) is known color: Edward. HEX triplet: 91, AB and 99. RGB value is (145,171,153). Sum of RGB (Red+Green+Blue) = 145+171+153=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB99 is #6E5466. Grayscale: #A1A1A1. Windows color (decimal): -7230567 or 10070929. OLE color: 10070929.

HSL color Cylindrical-coordinate representation of color #91AB99: hue angle of 138.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91AB99 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 171 153 -
CMYK 0.15 0 0.11 0.33
HSL 138.46º 0.13% 0.62% -
HSV(B) 138.46º 0.15% 0.67% -
XYZ 31.99 37.45 35.68 -
YUV 161.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 145 171 153 0.15 0 0.11 0.33 138.46 0.13 0.62
Hex 91 AB 99 F 0 B 21 8A D 3E
Octal 221 253 231 17 0 13 41 212 15 76
Binary 10010001 10101011 10011001 1111 0 1011 100001 10001010 1101 111110

Color Harmonies of #91AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB99

Black with #91AB99

Text Example


Text Example

White with #91AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AB99; }

 p { color: rgb(145,171,153); }

 H1.HeaderClassName
 {
   color: #91AB99;
 }
 .AnyTagClassName
 {
   color: #91AB99;
 }
</style>

background-color css

<style>
 a { background-color: #91AB99; }

 a { background-color: rgb(145,171,153); }

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

border-color css

<style>
 span { border-color: #91AB99; }

 span { border-color: rgb(145,171,153); }

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