#92B4B0

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

Shades of Conch #92B4B0

Tints of Conch #92B4B0

Color information

#92B4B0 (or 0x92B4B0) is unknown color: approx Conch. HEX triplet: 92, B4 and B0. RGB value is (146,180,176). Sum of RGB (Red+Green+Blue) = 146+180+176=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #92B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B4B0 is #6D4B4F. Grayscale: #A9A9A9. Windows color (decimal): -7162704 or 11580562. OLE color: 11580562.

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

Color convert

RGB146180176-
CMYK0.1900.020.29
HSL172.94º18.48%63.92%-
HSV(B)172.94º18.89%70.59%-
XYZ36.0141.8947.26-
YUV169.38131.74111.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=29.08%
G=35.86%
B=35.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801760.1900.020.29172.9418.4863.92
Hex92B4B013021Dad1240
Octal22226426023023525522100
Binary100100101011010010110000100110101110110101101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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