#92C291

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

Shades of Dark Sea Green #92C291

Tints of Dark Sea Green #92C291

Color information

#92C291 (or 0x92C291) is unknown color: approx Dark Sea Green. HEX triplet: 92, C2 and 91. RGB value is (146,194,145). Sum of RGB (Red+Green+Blue) = 146+194+145=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #92C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C291 is #6D3D6E. Grayscale: #AEAEAE. Windows color (decimal): -7159151 or 9552530. OLE color: 9552530.

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

Color convert

RGB146194145-
CMYK0.2500.250.24
HSL118.78º28.65%66.47%-
HSV(B)118.78º25.26%76.08%-
XYZ36.2646.7433.9-
YUV174.06111.6107.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=30.10%
G=40%
B=29.90%

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
Decimal1461941450.2500.250.24118.7828.6566.47
Hex92C2911901918771d42
Octal222302221310313016735102
Binary10010010110000101001000111001011001110001110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,194,145); }

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

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

 a { background-color: rgb(146,194,145); }

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

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

 span { border-color: rgb(146,194,145); }

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