#93BEB0

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

Shades of Shadow Green #93BEB0

Tints of Shadow Green #93BEB0

Color information

#93BEB0 (or 0x93BEB0) is unknown color: approx Shadow Green. HEX triplet: 93, BE and B0. RGB value is (147,190,176). Sum of RGB (Red+Green+Blue) = 147+190+176=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEB0 is #6C414F. Grayscale: #AFAFAF. Windows color (decimal): -7094608 or 11583123. OLE color: 11583123.

HSL color Cylindrical-coordinate representation of color #93BEB0: hue angle of 160.47º degrees, saturation: 0.25, 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 #93BEB0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB147190176-
CMYK0.2300.070.25
HSL160.47º24.86%66.08%-
HSV(B)160.47º22.63%74.51%-
XYZ38.2846.1647.97-
YUV175.55128.25107.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=28.65%
G=37.04%
B=34.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901760.2300.070.25160.4724.8666.08
Hex93BEB0170719a01942
Octal22327626027073124031102
Binary1001001110111110101100001011101111100110100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,190,176); }

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

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

 a { background-color: rgb(147,190,176); }

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

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

 span { border-color: rgb(147,190,176); }

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