#91BAB9

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

Shades of Shadow Green #91BAB9

Tints of Shadow Green #91BAB9

Color information

#91BAB9 (or 0x91BAB9) is unknown color: approx Shadow Green. HEX triplet: 91, BA and B9. RGB value is (145,186,185). Sum of RGB (Red+Green+Blue) = 145+186+185=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #91BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAB9 is #6E4546. Grayscale: #ADADAD. Windows color (decimal): -7226695 or 12171921. OLE color: 12171921.

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

Color convert

RGB145186185-
CMYK0.2200.010.27
HSL178.54º22.91%64.9%-
HSV(B)178.54º22.04%72.94%-
XYZ37.9944.6452.51-
YUV173.63134.42107.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=28.10%
G=36.05%
B=35.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451861850.2200.010.27178.5422.9164.9
Hex91BAB916011Bb31741
Octal22127227126013326327101
Binary10010001101110101011100110110011101110110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,186,185); }

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

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

 a { background-color: rgb(145,186,185); }

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

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

 span { border-color: rgb(145,186,185); }

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