#92B4B4

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

Shades of Botticelli #92B4B4

Tints of Botticelli #92B4B4

Color information

#92B4B4 (or 0x92B4B4) is unknown color: approx Botticelli. HEX triplet: 92, B4 and B4. RGB value is (146,180,180). Sum of RGB (Red+Green+Blue) = 146+180+180=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #92B4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4B4 is #6D4B4B. Grayscale: #A9A9A9. Windows color (decimal): -7162700 or 11842706. OLE color: 11842706.

HSL color Cylindrical-coordinate representation of color #92B4B4: hue angle of 180º 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 #92B4B4 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146180180-
CMYK0.19000.29
HSL180º18.48%63.92%-
HSV(B)180º18.89%70.59%-
XYZ36.4142.0549.38-
YUV169.83133.74111-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=28.85%
G=35.57%
B=35.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801800.19000.2918018.4863.92
Hex92B4B413001Db41240
Octal22226426423003526422100
Binary10010010101101001011010010011001110110110100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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