#91BC92

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

Shades of Dark Sea Green #91BC92

Tints of Dark Sea Green #91BC92

Color information

#91BC92 (or 0x91BC92) is unknown color: approx Dark Sea Green. HEX triplet: 91, BC and 92. RGB value is (145,188,146). Sum of RGB (Red+Green+Blue) = 145+188+146=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC92 is #6E436D. Grayscale: #AAAAAA. Windows color (decimal): -7226222 or 9616529. OLE color: 9616529.

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

Color convert

RGB145188146-
CMYK0.2300.220.26
HSL121.4º24.29%65.29%-
HSV(B)121.4º22.87%73.73%-
XYZ34.8544.0633.86-
YUV170.36114.25109.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=30.27%
G=39.25%
B=30.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451881460.2300.220.26121.424.2965.29
Hex91BC92170161A791841
Octal221274222270263217130101
Binary10010001101111001001001010111010110110101111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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