#92BCB9

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

Shades of Shadow Green #92BCB9

Tints of Shadow Green #92BCB9

Color information

#92BCB9 (or 0x92BCB9) is unknown color: approx Shadow Green. HEX triplet: 92, BC and B9. RGB value is (146,188,185). Sum of RGB (Red+Green+Blue) = 146+188+185=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCB9 is #6D4346. Grayscale: #AFAFAF. Windows color (decimal): -7160647 or 12172434. OLE color: 12172434.

HSL color Cylindrical-coordinate representation of color #92BCB9: hue angle of 175.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCB9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB146188185-
CMYK0.2200.020.26
HSL175.71º23.86%65.49%-
HSV(B)175.71º22.34%73.73%-
XYZ38.5945.5852.66-
YUV175.1133.59107.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=28.13%
G=36.22%
B=35.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881850.2200.020.26175.7123.8665.49
Hex92BCB916021Ab01841
Octal22227427126023226030101
Binary100100101011110010111001101100101101010110000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,185); }

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

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

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

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

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

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

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