#92C494

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

Shades of Dark Sea Green #92C494

Tints of Dark Sea Green #92C494

Color information

#92C494 (or 0x92C494) is unknown color: approx Dark Sea Green. HEX triplet: 92, C4 and 94. RGB value is (146,196,148). Sum of RGB (Red+Green+Blue) = 146+196+148=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #92C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C494 is #6D3B6B. Grayscale: #AFAFAF. Windows color (decimal): -7158636 or 9749650. OLE color: 9749650.

HSL color Cylindrical-coordinate representation of color #92C494: hue angle of 122.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C494 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB146196148-
CMYK0.2600.240.23
HSL122.4º29.76%67.06%-
HSV(B)122.4º25.51%76.86%-
XYZ36.9447.7335.28-
YUV175.58112.44106.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=29.80%
G=40%
B=30.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461961480.2600.240.23122.429.7667.06
Hex92C4941A018177a1e43
Octal222304224320302717236103
Binary10010010110001001001010011010011000101111111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,196,148); }

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

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

 a { background-color: rgb(146,196,148); }

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

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

 span { border-color: rgb(146,196,148); }

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