#94BBB0

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

Shades of Shadow Green #94BBB0

Tints of Shadow Green #94BBB0

Color information

#94BBB0 (or 0x94BBB0) is unknown color: approx Shadow Green. HEX triplet: 94, BB and B0. RGB value is (148,187,176). Sum of RGB (Red+Green+Blue) = 148+187+176=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BBB0 is #6B444F. Grayscale: #AEAEAE. Windows color (decimal): -7029840 or 11582356. OLE color: 11582356.

HSL color Cylindrical-coordinate representation of color #94BBB0: hue angle of 163.08º 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 #94BBB0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB148187176-
CMYK0.2100.060.27
HSL163.08º22.29%65.69%-
HSV(B)163.08º20.86%73.33%-
XYZ37.8244.9747.76-
YUV174.08129.08109.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=28.96%
G=36.59%
B=34.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871760.2100.060.27163.0822.2965.69
Hex94BBB015061Ba31642
Octal22427326025063324326102
Binary1001010010111011101100001010101101101110100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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