#92C98C

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

Shades of Dark Sea Green #92C98C

Tints of Dark Sea Green #92C98C

Color information

#92C98C (or 0x92C98C) is unknown color: approx Dark Sea Green. HEX triplet: 92, C9 and 8C. RGB value is (146,201,140). Sum of RGB (Red+Green+Blue) = 146+201+140=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #92C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C98C is #6D3673. Grayscale: #B1B1B1. Windows color (decimal): -7157364 or 9226642. OLE color: 9226642.

HSL color Cylindrical-coordinate representation of color #92C98C: hue angle of 114.1º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92C98C is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB146201140-
CMYK0.2700.300.21
HSL114.1º36.09%66.86%-
HSV(B)114.1º30.35%78.82%-
XYZ37.4749.7832.44-
YUV177.6106.78105.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=29.98%
G=41.27%
B=28.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011400.2700.300.21114.136.0966.86
Hex92C98C1B01E15722443
Octal222311214330362516244103
Binary100100101100100110001100110110111101010111100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,201,140); }

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

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

 a { background-color: rgb(146,201,140); }

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

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

 span { border-color: rgb(146,201,140); }

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