#89BC92

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

Shades of Dark Sea Green #89BC92

Tints of Dark Sea Green #89BC92

Color information

#89BC92 (or 0x89BC92) is unknown color: approx Dark Sea Green. HEX triplet: 89, BC and 92. RGB value is (137,188,146). Sum of RGB (Red+Green+Blue) = 137+188+146=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC92 is #76436D. Grayscale: #A8A8A8. Windows color (decimal): -7750510 or 9616521. OLE color: 9616521.

HSL color Cylindrical-coordinate representation of color #89BC92: hue angle of 130.59º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BC92 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB137188146-
CMYK0.2700.220.26
HSL130.59º27.57%63.73%-
HSV(B)130.59º27.13%73.73%-
XYZ33.4943.3633.8-
YUV167.96115.6105.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=29.09%
G=39.92%
B=31.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881460.2700.220.26130.5927.5763.73
Hex89BC921B0161A831c40
Octal211274222330263220334100
Binary100010011011110010010010110110101101101010000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,188,146); }

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

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

 a { background-color: rgb(137,188,146); }

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

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

 span { border-color: rgb(137,188,146); }

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