#92BAB6

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

Shades of Shadow Green #92BAB6

Tints of Shadow Green #92BAB6

Color information

#92BAB6 (or 0x92BAB6) is unknown color: approx Shadow Green. HEX triplet: 92, BA and B6. RGB value is (146,186,182). Sum of RGB (Red+Green+Blue) = 146+186+182=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #92BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAB6 is #6D4549. Grayscale: #ADADAD. Windows color (decimal): -7161162 or 11975314. OLE color: 11975314.

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

Color convert

RGB146186182-
CMYK0.2200.020.27
HSL174º22.47%65.1%-
HSV(B)174º21.51%72.94%-
XYZ37.8644.6150.87-
YUV173.58132.75108.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=28.40%
G=36.19%
B=35.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861820.2200.020.2717422.4765.1
Hex92BAB616021Bae1641
Octal22227226626023325626101
Binary100100101011101010110110101100101101110101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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