#91C385

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

Shades of Dark Sea Green #91C385

Tints of Dark Sea Green #91C385

Color information

#91C385 (or 0x91C385) is unknown color: approx Dark Sea Green. HEX triplet: 91, C3 and 85. RGB value is (145,195,133). Sum of RGB (Red+Green+Blue) = 145+195+133=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #91C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C385 is #6E3C7A. Grayscale: #ADADAD. Windows color (decimal): -7224443 or 8766353. OLE color: 8766353.

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

Color convert

RGB145195133-
CMYK0.2600.320.24
HSL108.39º34.07%64.31%-
HSV(B)108.39º31.79%76.47%-
XYZ35.4346.7429.35-
YUV172.98105.44108.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.66%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=30.66%
G=41.23%
B=28.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451951330.2600.320.24108.3934.0764.31
Hex91C3851A020186c2240
Octal221303205320403015442100
Binary1001000111000011100001011101001000001100011011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,195,133); }

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

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

 a { background-color: rgb(145,195,133); }

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

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

 span { border-color: rgb(145,195,133); }

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