#92C38B

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

Shades of Dark Sea Green #92C38B

Tints of Dark Sea Green #92C38B

Color information

#92C38B (or 0x92C38B) is unknown color: approx Dark Sea Green. HEX triplet: 92, C3 and 8B. RGB value is (146,195,139). Sum of RGB (Red+Green+Blue) = 146+195+139=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #92C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C38B is #6D3C74. Grayscale: #AEAEAE. Windows color (decimal): -7158901 or 9159570. OLE color: 9159570.

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

Color convert

RGB146195139-
CMYK0.2500.290.24
HSL112.5º31.82%65.49%-
HSV(B)112.5º28.72%76.47%-
XYZ36.0347.0131.6-
YUV173.96108.27108.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.42%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=30.42%
G=40.62%
B=28.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461951390.2500.290.24112.531.8265.49
Hex92C38B1901D18702041
Octal222303213310353016040101
Binary100100101100001110001011110010111011100011100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,195,139); }

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

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

 a { background-color: rgb(146,195,139); }

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

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

 span { border-color: rgb(146,195,139); }

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