#92BAB9

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

Shades of Shadow Green #92BAB9

Tints of Shadow Green #92BAB9

Color information

#92BAB9 (or 0x92BAB9) is unknown color: approx Shadow Green. HEX triplet: 92, BA and B9. RGB value is (146,186,185). Sum of RGB (Red+Green+Blue) = 146+186+185=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #92BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAB9 is #6D4546. Grayscale: #ADADAD. Windows color (decimal): -7161159 or 12171922. OLE color: 12171922.

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

Color convert

RGB146186185-
CMYK0.2200.010.27
HSL178.5º22.47%65.1%-
HSV(B)178.5º21.51%72.94%-
XYZ38.1744.7352.52-
YUV173.93134.25108.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=28.24%
G=35.98%
B=35.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861850.2200.010.27178.522.4765.1
Hex92BAB916011Bb21641
Octal22227227126013326226101
Binary10010010101110101011100110110011101110110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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