#92BCAD

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

Shades of Shadow Green #92BCAD

Tints of Shadow Green #92BCAD

Color information

#92BCAD (or 0x92BCAD) is unknown color: approx Shadow Green. HEX triplet: 92, BC and AD. RGB value is (146,188,173). Sum of RGB (Red+Green+Blue) = 146+188+173=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCAD is #6D4352. Grayscale: #ADADAD. Windows color (decimal): -7160659 or 11386002. OLE color: 11386002.

HSL color Cylindrical-coordinate representation of color #92BCAD: hue angle of 158.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCAD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB146188173-
CMYK0.2200.080.26
HSL158.57º23.86%65.49%-
HSV(B)158.57º22.34%73.73%-
XYZ37.3845.0946.27-
YUV173.73127.59108.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=28.80%
G=37.08%
B=34.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881730.2200.080.26158.5723.8665.49
Hex92BCAD16081A9f1841
Octal222274255260103223730101
Binary10010010101111001010110110110010001101010011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,173); }

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

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

 a { background-color: rgb(146,188,173); }

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

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

 span { border-color: rgb(146,188,173); }

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