#92C2B6

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

Shades of Shadow Green #92C2B6

Tints of Shadow Green #92C2B6

Color information

#92C2B6 (or 0x92C2B6) is unknown color: approx Shadow Green. HEX triplet: 92, C2 and B6. RGB value is (146,194,182). Sum of RGB (Red+Green+Blue) = 146+194+182=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #92C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C2B6 is #6D3D49. Grayscale: #B2B2B2. Windows color (decimal): -7159114 or 11977362. OLE color: 11977362.

HSL color Cylindrical-coordinate representation of color #92C2B6: hue angle of 165º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92C2B6 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB146194182-
CMYK0.2500.060.24
HSL165º28.24%66.67%-
HSV(B)165º24.74%76.08%-
XYZ39.5948.0751.45-
YUV178.28130.1104.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=27.97%
G=37.16%
B=34.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461941820.2500.060.2416528.2466.67
Hex92C2B6190618a51c43
Octal22230226631063024534103
Binary1001001011000010101101101100101101100010100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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