#91BC8C

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

Shades of Dark Sea Green #91BC8C

Tints of Dark Sea Green #91BC8C

Color information

#91BC8C (or 0x91BC8C) is unknown color: approx Dark Sea Green. HEX triplet: 91, BC and 8C. RGB value is (145,188,140). Sum of RGB (Red+Green+Blue) = 145+188+140=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC8C is #6E4373. Grayscale: #A9A9A9. Windows color (decimal): -7226228 or 9223313. OLE color: 9223313.

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

Color convert

RGB145188140-
CMYK0.2300.260.26
HSL113.75º26.37%64.31%-
HSV(B)113.75º25.53%73.73%-
XYZ34.3943.8831.47-
YUV169.67111.25110.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.66%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=30.66%
G=39.75%
B=29.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451881400.2300.260.26113.7526.3764.31
Hex91BC8C1701A1A721a40
Octal221274214270323216232100
Binary10010001101111001000110010111011010110101110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BC8C; }

 p { color: rgb(145,188,140); }

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

<style>
 a { background-color: #91BC8C; }

 a { background-color: rgb(145,188,140); }

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

<style>
 span { border-color: #91BC8C; }

 span { border-color: rgb(145,188,140); }

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