#91ABAE

Color #91ABAE Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #91ABAE

Tints of Botticelli #91ABAE

Color information

#91ABAE (or 0x91ABAE) is unknown color: approx Botticelli. HEX triplet: 91, AB and AE. RGB value is (145,171,174). Sum of RGB (Red+Green+Blue) = 145+171+174=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #91ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ABAE is #6E5451. Grayscale: #A3A3A3. Windows color (decimal): -7230546 or 11447185. OLE color: 11447185.

HSL color Cylindrical-coordinate representation of color #91ABAE: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91ABAE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145171174-
CMYK0.170.0200.32
HSL186.21º15.18%62.55%-
HSV(B)186.21º16.67%68.24%-
XYZ33.8838.245.63-
YUV163.57133.89114.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=29.59%
G=34.90%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451711740.170.0200.32186.2115.1862.55
Hex91ABAE112020baf3f
Octal2212532562120402721777
Binary10010001101010111010111010001100100000101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91ABAE;
 }
 .AnyTagClassName
 {
   color: #91ABAE;
 }
</style>
background-color css

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

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

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

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

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

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