#94BEB9

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

Shades of Shadow Green #94BEB9

Tints of Shadow Green #94BEB9

Color information

#94BEB9 (or 0x94BEB9) is unknown color: approx Shadow Green. HEX triplet: 94, BE and B9. RGB value is (148,190,185). Sum of RGB (Red+Green+Blue) = 148+190+185=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEB9 is #6B4146. Grayscale: #B0B0B0. Windows color (decimal): -7029063 or 12172948. OLE color: 12172948.

HSL color Cylindrical-coordinate representation of color #94BEB9: hue angle of 172.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEB9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB148190185-
CMYK0.2200.030.25
HSL172.86º24.42%66.27%-
HSV(B)172.86º22.11%74.51%-
XYZ39.3846.6352.82-
YUV176.87132.59107.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=28.30%
G=36.33%
B=35.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901850.2200.030.25172.8624.4266.27
Hex94BEB9160319ad1842
Octal22427627126033125530102
Binary100101001011111010111001101100111100110101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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