#94B999

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

Shades of Dark Sea Green #94B999

Tints of Dark Sea Green #94B999

Color information

#94B999 (or 0x94B999) is unknown color: approx Dark Sea Green. HEX triplet: 94, B9 and 99. RGB value is (148,185,153). Sum of RGB (Red+Green+Blue) = 148+185+153=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #94B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B999 is #6B4666. Grayscale: #AAAAAA. Windows color (decimal): -7030375 or 10074516. OLE color: 10074516.

HSL color Cylindrical-coordinate representation of color #94B999: hue angle of 128.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B999 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB148185153-
CMYK0.2000.170.27
HSL128.11º20.9%65.29%-
HSV(B)128.11º20%72.55%-
XYZ35.3143.2936.63-
YUV170.29118.24112.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=30.45%
G=38.07%
B=31.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851530.2000.170.27128.1120.965.29
Hex94B999140111B801541
Octal224271231240213320025101
Binary100101001011100110011001101000100011101110000000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,153); }

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

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

 a { background-color: rgb(148,185,153); }

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

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

 span { border-color: rgb(148,185,153); }

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