#91C296

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

Shades of Dark Sea Green #91C296

Tints of Dark Sea Green #91C296

Color information

#91C296 (or 0x91C296) is unknown color: approx Dark Sea Green. HEX triplet: 91, C2 and 96. RGB value is (145,194,150). Sum of RGB (Red+Green+Blue) = 145+194+150=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #91C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C296 is #6E3D69. Grayscale: #AEAEAE. Windows color (decimal): -7224682 or 9880209. OLE color: 9880209.

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

Color convert

RGB145194150-
CMYK0.2500.230.24
HSL126.12º28.65%66.47%-
HSV(B)126.12º25.26%76.08%-
XYZ36.4746.8135.97-
YUV174.33114.27107.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=29.65%
G=39.67%
B=30.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451941500.2500.230.24126.1228.6566.47
Hex91C29619017187e1d42
Octal221302226310273017635102
Binary10010001110000101001011011001010111110001111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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