#87BF92

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

Shades of Dark Sea Green #87BF92

Tints of Dark Sea Green #87BF92

Color information

#87BF92 (or 0x87BF92) is unknown color: approx Dark Sea Green. HEX triplet: 87, BF and 92. RGB value is (135,191,146). Sum of RGB (Red+Green+Blue) = 135+191+146=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #87BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BF92 is #78406D. Grayscale: #A9A9A9. Windows color (decimal): -7880814 or 9617287. OLE color: 9617287.

HSL color Cylindrical-coordinate representation of color #87BF92: hue angle of 131.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BF92 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB135191146-
CMYK0.2900.240.25
HSL131.79º30.43%63.92%-
HSV(B)131.79º29.32%74.9%-
XYZ33.8144.4934-
YUV169.13114.95103.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=28.60%
G=40.47%
B=30.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351911460.2900.240.25131.7930.4363.92
Hex87BF921D01819841e40
Octal207277222350303120436100
Binary100001111011111110010010111010110001100110000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BF92; }

 p { color: rgb(135,191,146); }

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

<style>
 a { background-color: #87BF92; }

 a { background-color: rgb(135,191,146); }

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

<style>
 span { border-color: #87BF92; }

 span { border-color: rgb(135,191,146); }

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