#92C096

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

Shades of Dark Sea Green #92C096

Tints of Dark Sea Green #92C096

Color information

#92C096 (or 0x92C096) is unknown color: approx Dark Sea Green. HEX triplet: 92, C0 and 96. RGB value is (146,192,150). Sum of RGB (Red+Green+Blue) = 146+192+150=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #92C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C096 is #6D3F69. Grayscale: #ADADAD. Windows color (decimal): -7159658 or 9879698. OLE color: 9879698.

HSL color Cylindrical-coordinate representation of color #92C096: hue angle of 125.22º 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 #92C096 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB146192150-
CMYK0.2400.220.25
HSL125.22º26.74%66.27%-
HSV(B)125.22º23.96%75.29%-
XYZ36.2146.0135.83-
YUV173.46114.76108.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=29.92%
G=39.34%
B=30.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921500.2400.220.25125.2226.7466.27
Hex92C09618016197d1b42
Octal222300226300263117533102
Binary10010010110000001001011011000010110110011111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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