#92B9AE

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

Shades of Shadow Green #92B9AE

Tints of Shadow Green #92B9AE

Color information

#92B9AE (or 0x92B9AE) is unknown color: approx Shadow Green. HEX triplet: 92, B9 and AE. RGB value is (146,185,174). Sum of RGB (Red+Green+Blue) = 146+185+174=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #92B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B9AE is #6D4651. Grayscale: #ACACAC. Windows color (decimal): -7161426 or 11450770. OLE color: 11450770.

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

Color convert

RGB146185174-
CMYK0.2100.060.27
HSL163.08º21.79%64.9%-
HSV(B)163.08º21.08%72.55%-
XYZ36.8443.8646.57-
YUV172.08129.08109.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=28.91%
G=36.63%
B=34.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461851740.2100.060.27163.0821.7964.9
Hex92B9AE15061Ba31641
Octal22227125625063324326101
Binary1001001010111001101011101010101101101110100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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