#91BC82

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

Shades of Dark Sea Green #91BC82

Tints of Dark Sea Green #91BC82

Color information

#91BC82 (or 0x91BC82) is unknown color: approx Dark Sea Green. HEX triplet: 91, BC and 82. RGB value is (145,188,130). Sum of RGB (Red+Green+Blue) = 145+188+130=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC82 is #6E437D. Grayscale: #A8A8A8. Windows color (decimal): -7226238 or 8567953. OLE color: 8567953.

HSL color Cylindrical-coordinate representation of color #91BC82: hue angle of 104.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91BC82 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB145188130-
CMYK0.2300.310.26
HSL104.48º30.21%62.35%-
HSV(B)104.48º30.85%73.73%-
XYZ33.6943.627.76-
YUV168.53106.25111.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=31.32%
G=40.60%
B=28.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451881300.2300.310.26104.4830.2162.35
Hex91BC821701F1A681e3e
Octal22127420227037321503676
Binary1001000110111100100000101011101111111010110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,188,130); }

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

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

 a { background-color: rgb(145,188,130); }

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

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

 span { border-color: rgb(145,188,130); }

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