#85BC8D

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

Shades of Dark Sea Green #85BC8D

Tints of Dark Sea Green #85BC8D

Color information

#85BC8D (or 0x85BC8D) is unknown color: approx Dark Sea Green. HEX triplet: 85, BC and 8D. RGB value is (133,188,141). Sum of RGB (Red+Green+Blue) = 133+188+141=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC8D is #7A4372. Grayscale: #A6A6A6. Windows color (decimal): -8012659 or 9288837. OLE color: 9288837.

HSL color Cylindrical-coordinate representation of color #85BC8D: hue angle of 128.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BC8D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB133188141-
CMYK0.2900.250.26
HSL128.73º29.1%62.94%-
HSV(B)128.73º29.26%73.73%-
XYZ32.4642.8831.76-
YUV166.2113.78104.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=28.79%
G=40.69%
B=30.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331881410.2900.250.26128.7329.162.94
Hex85BC8D1D0191A811d3f
Octal20527421535031322013577
Binary10000101101111001000110111101011001110101000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BC8D; }

 p { color: rgb(133,188,141); }

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

<style>
 a { background-color: #85BC8D; }

 a { background-color: rgb(133,188,141); }

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

<style>
 span { border-color: #85BC8D; }

 span { border-color: rgb(133,188,141); }

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