#89BF86

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

Shades of Dark Sea Green #89BF86

Tints of Dark Sea Green #89BF86

Color information

#89BF86 (or 0x89BF86) is unknown color: approx Dark Sea Green. HEX triplet: 89, BF and 86. RGB value is (137,191,134). Sum of RGB (Red+Green+Blue) = 137+191+134=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF86 is #764079. Grayscale: #A8A8A8. Windows color (decimal): -7749754 or 8830857. OLE color: 8830857.

HSL color Cylindrical-coordinate representation of color #89BF86: hue angle of 116.84º 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 #89BF86 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB137191134-
CMYK0.2800.300.25
HSL116.84º30.81%63.73%-
HSV(B)116.84º29.84%74.9%-
XYZ33.2544.329.35-
YUV168.36108.61105.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=29.65%
G=41.34%
B=29.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371911340.2800.300.25116.8430.8163.73
Hex89BF861C01E19751f40
Octal211277206340363116537100
Binary10001001101111111000011011100011110110011110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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