#94B9B1

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

Shades of Shadow Green #94B9B1

Tints of Shadow Green #94B9B1

Color information

#94B9B1 (or 0x94B9B1) is unknown color: approx Shadow Green. HEX triplet: 94, B9 and B1. RGB value is (148,185,177). Sum of RGB (Red+Green+Blue) = 148+185+177=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #94B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B9B1 is #6B464E. Grayscale: #ADADAD. Windows color (decimal): -7030351 or 11647380. OLE color: 11647380.

HSL color Cylindrical-coordinate representation of color #94B9B1: hue angle of 167.03º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B9B1 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB148185177-
CMYK0.2000.040.27
HSL167.03º20.9%65.29%-
HSV(B)167.03º20%72.55%-
XYZ37.544.1748.14-
YUV173.02130.24110.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=29.02%
G=36.27%
B=34.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851770.2000.040.27167.0320.965.29
Hex94B9B114041Ba71541
Octal22427126124043324725101
Binary1001010010111001101100011010001001101110100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B9B1; }

 p { color: rgb(148,185,177); }

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

<style>
 a { background-color: #94B9B1; }

 a { background-color: rgb(148,185,177); }

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

<style>
 span { border-color: #94B9B1; }

 span { border-color: rgb(148,185,177); }

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