#91BE96

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

Shades of Dark Sea Green #91BE96

Tints of Dark Sea Green #91BE96

Color information

#91BE96 (or 0x91BE96) is unknown color: approx Dark Sea Green. HEX triplet: 91, BE and 96. RGB value is (145,190,150). Sum of RGB (Red+Green+Blue) = 145+190+150=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BE96 is #6E4169. Grayscale: #ACACAC. Windows color (decimal): -7225706 or 9879185. OLE color: 9879185.

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

Color convert

RGB145190150-
CMYK0.2400.210.25
HSL126.67º25.71%65.69%-
HSV(B)126.67º23.68%74.51%-
XYZ35.645.0535.67-
YUV171.98115.59108.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=29.90%
G=39.18%
B=30.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451901500.2400.210.25126.6725.7165.69
Hex91BE9618015197f1a42
Octal221276226300253117732102
Binary10010001101111101001011011000010101110011111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,190,150); }

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

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

 a { background-color: rgb(145,190,150); }

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

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

 span { border-color: rgb(145,190,150); }

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