#92C0B0

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

Shades of Shadow Green #92C0B0

Tints of Shadow Green #92C0B0

Color information

#92C0B0 (or 0x92C0B0) is unknown color: approx Shadow Green. HEX triplet: 92, C0 and B0. RGB value is (146,192,176). Sum of RGB (Red+Green+Blue) = 146+192+176=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #92C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C0B0 is #6D3F4F. Grayscale: #B0B0B0. Windows color (decimal): -7159632 or 11583634. OLE color: 11583634.

HSL color Cylindrical-coordinate representation of color #92C0B0: hue angle of 159.13º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C0B0 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB146192176-
CMYK0.2400.080.25
HSL159.13º26.74%66.27%-
HSV(B)159.13º23.96%75.29%-
XYZ38.5446.9448.1-
YUV176.42127.76106.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=28.40%
G=37.35%
B=34.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921760.2400.080.25159.1326.7466.27
Hex92C0B01808199f1b42
Octal222300260300103123733102
Binary10010010110000001011000011000010001100110011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,176); }

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

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

 a { background-color: rgb(146,192,176); }

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

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

 span { border-color: rgb(146,192,176); }

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