#91BF8A

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

Shades of Dark Sea Green #91BF8A

Tints of Dark Sea Green #91BF8A

Color information

#91BF8A (or 0x91BF8A) is unknown color: approx Dark Sea Green. HEX triplet: 91, BF and 8A. RGB value is (145,191,138). Sum of RGB (Red+Green+Blue) = 145+191+138=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BF8A is #6E4075. Grayscale: #ABABAB. Windows color (decimal): -7225462 or 9093009. OLE color: 9093009.

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

Color convert

RGB145191138-
CMYK0.2400.280.25
HSL112.08º29.28%64.51%-
HSV(B)112.08º27.75%74.9%-
XYZ34.945.1230.91-
YUV171.2109.26109.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=30.59%
G=40.30%
B=29.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451911380.2400.280.25112.0829.2864.51
Hex91BF8A1801C19701d41
Octal221277212300343116035101
Binary10010001101111111000101011000011100110011110000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,191,138); }

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

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

 a { background-color: rgb(145,191,138); }

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

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

 span { border-color: rgb(145,191,138); }

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