#92B98A

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

Shades of Dark Sea Green #92B98A

Tints of Dark Sea Green #92B98A

Color information

#92B98A (or 0x92B98A) is unknown color: approx Dark Sea Green. HEX triplet: 92, B9 and 8A. RGB value is (146,185,138). Sum of RGB (Red+Green+Blue) = 146+185+138=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #92B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B98A is #6D4675. Grayscale: #A8A8A8. Windows color (decimal): -7161462 or 9091474. OLE color: 9091474.

HSL color Cylindrical-coordinate representation of color #92B98A: hue angle of 109.79º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92B98A is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB146185138-
CMYK0.2100.250.27
HSL109.79º25.13%63.33%-
HSV(B)109.79º25.41%72.55%-
XYZ33.7942.6430.49-
YUV167.98111.08112.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=31.13%
G=39.45%
B=29.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461851380.2100.250.27109.7925.1363.33
Hex92B98A150191B6e193f
Octal22227121225031331563177
Binary1001001010111001100010101010101100111011110111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,138); }

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

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

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

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

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

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

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