#92BAB5

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

Shades of Shadow Green #92BAB5

Tints of Shadow Green #92BAB5

Color information

#92BAB5 (or 0x92BAB5) is unknown color: approx Shadow Green. HEX triplet: 92, BA and B5. RGB value is (146,186,181). Sum of RGB (Red+Green+Blue) = 146+186+181=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #92BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAB5 is #6D454A. Grayscale: #ADADAD. Windows color (decimal): -7161163 or 11909778. OLE color: 11909778.

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

Color convert

RGB146186181-
CMYK0.2200.030.27
HSL172.5º22.47%65.1%-
HSV(B)172.5º21.51%72.94%-
XYZ37.7544.5750.33-
YUV173.47132.25108.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=28.46%
G=36.26%
B=35.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861810.2200.030.27172.522.4765.1
Hex92BAB516031Bac1641
Octal22227226526033325426101
Binary100100101011101010110101101100111101110101100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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