#94BF86

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

Shades of Dark Sea Green #94BF86

Tints of Dark Sea Green #94BF86

Color information

#94BF86 (or 0x94BF86) is unknown color: approx Dark Sea Green. HEX triplet: 94, BF and 86. RGB value is (148,191,134). Sum of RGB (Red+Green+Blue) = 148+191+134=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF86 is #6B4079. Grayscale: #ABABAB. Windows color (decimal): -7028858 or 8830868. OLE color: 8830868.

HSL color Cylindrical-coordinate representation of color #94BF86: hue angle of 105.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94BF86 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB148191134-
CMYK0.2300.300.25
HSL105.26º30.81%63.73%-
HSV(B)105.26º29.84%74.9%-
XYZ35.1545.2829.44-
YUV171.64106.75111.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=31.29%
G=40.38%
B=28.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911340.2300.300.25105.2630.8163.73
Hex94BF861701E19691f40
Octal224277206270363115137100
Binary10010100101111111000011010111011110110011101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,134); }

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

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

 a { background-color: rgb(148,191,134); }

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

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

 span { border-color: rgb(148,191,134); }

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