#94B392

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

Shades of Dark Sea Green #94B392

Tints of Dark Sea Green #94B392

Color information

#94B392 (or 0x94B392) is unknown color: approx Dark Sea Green. HEX triplet: 94, B3 and 92. RGB value is (148,179,146). Sum of RGB (Red+Green+Blue) = 148+179+146=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #94B392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B392 is #6B4C6D. Grayscale: #A6A6A6. Windows color (decimal): -7031918 or 9614228. OLE color: 9614228.

HSL color Cylindrical-coordinate representation of color #94B392: hue angle of 116.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B392 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB148179146-
CMYK0.1700.180.30
HSL116.36º17.84%63.73%-
HSV(B)116.36º18.44%70.2%-
XYZ33.5240.6133.27-
YUV165.97116.73115.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=31.29%
G=37.84%
B=30.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791460.1700.180.30116.3617.8463.73
Hex94B392110121E741240
Octal224263222210223616422100
Binary10010100101100111001001010001010010111101110100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B392; }

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

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

<style>
 a { background-color: #94B392; }

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

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

<style>
 span { border-color: #94B392; }

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

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