#94BBB2

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

Shades of Shadow Green #94BBB2

Tints of Shadow Green #94BBB2

Color information

#94BBB2 (or 0x94BBB2) is unknown color: approx Shadow Green. HEX triplet: 94, BB and B2. RGB value is (148,187,178). Sum of RGB (Red+Green+Blue) = 148+187+178=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BBB2 is #6B444D. Grayscale: #AEAEAE. Windows color (decimal): -7029838 or 11713428. OLE color: 11713428.

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

Color convert

RGB148187178-
CMYK0.2100.050.27
HSL166.15º22.29%65.69%-
HSV(B)166.15º20.86%73.33%-
XYZ38.0245.0548.81-
YUV174.31130.08109.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=28.85%
G=36.45%
B=34.70%

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
Decimal1481871780.2100.050.27166.1522.2965.69
Hex94BBB215051Ba61642
Octal22427326225053324626102
Binary1001010010111011101100101010101011101110100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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