#91B495

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

Shades of Dark Sea Green #91B495

Tints of Dark Sea Green #91B495

Color information

#91B495 (or 0x91B495) is unknown color: approx Dark Sea Green. HEX triplet: 91, B4 and 95. RGB value is (145,180,149). Sum of RGB (Red+Green+Blue) = 145+180+149=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #91B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B495 is #6E4B6A. Grayscale: #A6A6A6. Windows color (decimal): -7228267 or 9811089. OLE color: 9811089.

HSL color Cylindrical-coordinate representation of color #91B495: hue angle of 126.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B495 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB145180149-
CMYK0.1900.170.29
HSL126.86º18.92%63.73%-
HSV(B)126.86º19.44%70.59%-
XYZ33.4240.8334.55-
YUV166118.4113.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=30.59%
G=37.97%
B=31.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451801490.1900.170.29126.8618.9263.73
Hex91B495130111D7f1340
Octal221264225230213517723100
Binary10010001101101001001010110011010001111011111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,180,149); }

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

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

 a { background-color: rgb(145,180,149); }

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

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

 span { border-color: rgb(145,180,149); }

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