#92B6B8

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

Shades of Botticelli #92B6B8

Tints of Botticelli #92B6B8

Color information

#92B6B8 (or 0x92B6B8) is unknown color: approx Botticelli. HEX triplet: 92, B6 and B8. RGB value is (146,182,184). Sum of RGB (Red+Green+Blue) = 146+182+184=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #92B6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6B8 is #6D4947. Grayscale: #ABABAB. Windows color (decimal): -7162184 or 12105362. OLE color: 12105362.

HSL color Cylindrical-coordinate representation of color #92B6B8: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B6B8 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146182184-
CMYK0.210.0100.28
HSL183.16º21.11%64.71%-
HSV(B)183.16º20.65%72.16%-
XYZ37.2343.0351.69-
YUV171.46135.07109.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=28.52%
G=35.55%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461821840.210.0100.28183.1621.1164.71
Hex92B6B815101Cb71541
Octal22226627025103426725101
Binary10010010101101101011100010101101110010110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,184); }

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

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

 a { background-color: rgb(146,182,184); }

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

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

 span { border-color: rgb(146,182,184); }

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