#92ACB4

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

Shades of Botticelli #92ACB4

Tints of Botticelli #92ACB4

Color information

#92ACB4 (or 0x92ACB4) is unknown color: approx Botticelli. HEX triplet: 92, AC and B4. RGB value is (146,172,180). Sum of RGB (Red+Green+Blue) = 146+172+180=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #92ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACB4 is #6D534B. Grayscale: #A5A5A5. Windows color (decimal): -7164748 or 11840658. OLE color: 11840658.

HSL color Cylindrical-coordinate representation of color #92ACB4: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92ACB4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146172180-
CMYK0.190.0400.29
HSL194.12º18.48%63.92%-
HSV(B)194.12º18.89%70.59%-
XYZ34.8438.9148.85-
YUV165.14136.39114.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=29.32%
G=34.54%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461721800.190.0400.29194.1218.4863.92
Hex92ACB413401Dc21240
Octal22225426423403530222100
Binary1001001010101100101101001001110001110111000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,180); }

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

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

 a { background-color: rgb(146,172,180); }

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

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

 span { border-color: rgb(146,172,180); }

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