#93BFB9

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

Shades of Shadow Green #93BFB9

Tints of Shadow Green #93BFB9

Color information

#93BFB9 (or 0x93BFB9) is unknown color: approx Shadow Green. HEX triplet: 93, BF and B9. RGB value is (147,191,185). Sum of RGB (Red+Green+Blue) = 147+191+185=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFB9 is #6C4046. Grayscale: #B1B1B1. Windows color (decimal): -7094343 or 12173203. OLE color: 12173203.

HSL color Cylindrical-coordinate representation of color #93BFB9: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BFB9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB147191185-
CMYK0.2300.030.25
HSL171.82º25.58%66.27%-
HSV(B)171.82º23.04%74.9%-
XYZ39.4246.9752.89-
YUV177.16132.42106.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=28.11%
G=36.52%
B=35.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911850.2300.030.25171.8225.5866.27
Hex93BFB9170319ac1a42
Octal22327727127033125432102
Binary100100111011111110111001101110111100110101100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BFB9; }

 p { color: rgb(147,191,185); }

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

<style>
 a { background-color: #93BFB9; }

 a { background-color: rgb(147,191,185); }

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

<style>
 span { border-color: #93BFB9; }

 span { border-color: rgb(147,191,185); }

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