#94BFB9

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

Shades of Shadow Green #94BFB9

Tints of Shadow Green #94BFB9

Color information

#94BFB9 (or 0x94BFB9) is unknown color: approx Shadow Green. HEX triplet: 94, BF and B9. RGB value is (148,191,185). Sum of RGB (Red+Green+Blue) = 148+191+185=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFB9 is #6B4046. Grayscale: #B1B1B1. Windows color (decimal): -7028807 or 12173204. OLE color: 12173204.

HSL color Cylindrical-coordinate representation of color #94BFB9: hue angle of 171.63º 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 #94BFB9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB148191185-
CMYK0.2300.030.25
HSL171.63º25.15%66.47%-
HSV(B)171.63º22.51%74.9%-
XYZ39.647.0652.9-
YUV177.46132.25106.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=28.24%
G=36.45%
B=35.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911850.2300.030.25171.6325.1566.47
Hex94BFB9170319ac1942
Octal22427727127033125431102
Binary100101001011111110111001101110111100110101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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