#93BBB2

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

Shades of Shadow Green #93BBB2

Tints of Shadow Green #93BBB2

Color information

#93BBB2 (or 0x93BBB2) is unknown color: approx Shadow Green. HEX triplet: 93, BB and B2. RGB value is (147,187,178). Sum of RGB (Red+Green+Blue) = 147+187+178=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BBB2 is #6C444D. Grayscale: #AEAEAE. Windows color (decimal): -7095374 or 11713427. OLE color: 11713427.

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

Color convert

RGB147187178-
CMYK0.2100.050.27
HSL166.5º22.73%65.49%-
HSV(B)166.5º21.39%73.33%-
XYZ37.8444.9648.8-
YUV174.01130.25108.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 178 (69.92% from 255) = 34.77%
R=28.71%
G=36.52%
B=34.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871780.2100.050.27166.522.7365.49
Hex93BBB215051Ba61741
Octal22327326225053324627101
Binary1001001110111011101100101010101011101110100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,187,178); }

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

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

 a { background-color: rgb(147,187,178); }

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

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

 span { border-color: rgb(147,187,178); }

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