#91BA96

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

Shades of Dark Sea Green #91BA96

Tints of Dark Sea Green #91BA96

Color information

#91BA96 (or 0x91BA96) is unknown color: approx Dark Sea Green. HEX triplet: 91, BA and 96. RGB value is (145,186,150). Sum of RGB (Red+Green+Blue) = 145+186+150=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BA96 is #6E4569. Grayscale: #A9A9A9. Windows color (decimal): -7226730 or 9878161. OLE color: 9878161.

HSL color Cylindrical-coordinate representation of color #91BA96: hue angle of 127.32º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91BA96 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB145186150-
CMYK0.2200.190.27
HSL127.32º22.91%64.9%-
HSV(B)127.32º22.04%72.94%-
XYZ34.7443.3435.39-
YUV169.64116.92110.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=30.15%
G=38.67%
B=31.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451861500.2200.190.27127.3222.9164.9
Hex91BA96160131B7f1741
Octal221272226260233317727101
Binary10010001101110101001011010110010011110111111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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