#94BBB1

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

Shades of Shadow Green #94BBB1

Tints of Shadow Green #94BBB1

Color information

#94BBB1 (or 0x94BBB1) is unknown color: approx Shadow Green. HEX triplet: 94, BB and B1. RGB value is (148,187,177). Sum of RGB (Red+Green+Blue) = 148+187+177=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BBB1 is #6B444E. Grayscale: #AEAEAE. Windows color (decimal): -7029839 or 11647892. OLE color: 11647892.

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

Color convert

RGB148187177-
CMYK0.2100.050.27
HSL164.62º22.29%65.69%-
HSV(B)164.62º20.86%73.33%-
XYZ37.9245.0148.28-
YUV174.2129.58109.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=28.91%
G=36.52%
B=34.57%

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
Decimal1481871770.2100.050.27164.6222.2965.69
Hex94BBB115051Ba51642
Octal22427326125053324526102
Binary1001010010111011101100011010101011101110100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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