#92C393

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

Shades of Dark Sea Green #92C393

Tints of Dark Sea Green #92C393

Color information

#92C393 (or 0x92C393) is unknown color: approx Dark Sea Green. HEX triplet: 92, C3 and 93. RGB value is (146,195,147). Sum of RGB (Red+Green+Blue) = 146+195+147=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #92C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C393 is #6D3C6C. Grayscale: #AFAFAF. Windows color (decimal): -7158893 or 9683858. OLE color: 9683858.

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

Color convert

RGB146195147-
CMYK0.2500.250.24
HSL121.22º28.99%66.86%-
HSV(B)121.22º25.13%76.47%-
XYZ36.6447.2534.79-
YUV174.88112.27107.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=29.92%
G=39.96%
B=30.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461951470.2500.250.24121.2228.9966.86
Hex92C3931901918791d43
Octal222303223310313017135103
Binary10010010110000111001001111001011001110001111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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