#92ABAE

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

Shades of Botticelli #92ABAE

Tints of Botticelli #92ABAE

Color information

#92ABAE (or 0x92ABAE) is unknown color: approx Botticelli. HEX triplet: 92, AB and AE. RGB value is (146,171,174). Sum of RGB (Red+Green+Blue) = 146+171+174=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #92ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABAE is #6D5451. Grayscale: #A3A3A3. Windows color (decimal): -7165010 or 11447186. OLE color: 11447186.

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

Color convert

RGB146171174-
CMYK0.160.0200.32
HSL186.43º14.74%62.75%-
HSV(B)186.43º16.09%68.24%-
XYZ34.0638.2945.64-
YUV163.87133.72115.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=29.74%
G=34.83%
B=35.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461711740.160.0200.32186.4314.7462.75
Hex92ABAE102020baf3f
Octal2222532562020402721777
Binary10010010101010111010111010000100100000101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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