#92BBAD

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

Shades of Shadow Green #92BBAD

Tints of Shadow Green #92BBAD

Color information

#92BBAD (or 0x92BBAD) is unknown color: approx Shadow Green. HEX triplet: 92, BB and AD. RGB value is (146,187,173). Sum of RGB (Red+Green+Blue) = 146+187+173=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #92BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BBAD is #6D4452. Grayscale: #ADADAD. Windows color (decimal): -7160915 or 11385746. OLE color: 11385746.

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

Color convert

RGB146187173-
CMYK0.2200.070.27
HSL159.51º23.16%65.29%-
HSV(B)159.51º21.93%73.33%-
XYZ37.1744.6746.2-
YUV173.14127.92108.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=28.85%
G=36.96%
B=34.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461871730.2200.070.27159.5123.1665.29
Hex92BBAD16071Ba01741
Octal22227325526073324027101
Binary1001001010111011101011011011001111101110100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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