#92B092

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

Shades of Dark Sea Green #92B092

Tints of Dark Sea Green #92B092

Color information

#92B092 (or 0x92B092) is unknown color: approx Dark Sea Green. HEX triplet: 92, B0 and 92. RGB value is (146,176,146). Sum of RGB (Red+Green+Blue) = 146+176+146=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #92B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B092 is #6D4F6D. Grayscale: #A3A3A3. Windows color (decimal): -7163758 or 9613458. OLE color: 9613458.

HSL color Cylindrical-coordinate representation of color #92B092: hue angle of 120º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92B092 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB146176146-
CMYK0.1700.170.31
HSL120º15.96%63.14%-
HSV(B)120º17.05%69.02%-
XYZ32.5739.2433.05-
YUV163.61118.06115.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=31.20%
G=37.61%
B=31.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761460.1700.170.3112015.9663.14
Hex92B092110111F78103f
Octal22226022221021371702077
Binary1001001010110000100100101000101000111111111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,146); }

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

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

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

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

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

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

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