#94B199

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

Shades of Edward #94B199

Tints of Edward #94B199

Color information

#94B199 (or 0x94B199) is unknown color: approx Edward. HEX triplet: 94, B1 and 99. RGB value is (148,177,153). Sum of RGB (Red+Green+Blue) = 148+177+153=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #94B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B199 is #6B4E66. Grayscale: #A5A5A5. Windows color (decimal): -7032423 or 10072468. OLE color: 10072468.

HSL color Cylindrical-coordinate representation of color #94B199: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B199 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB148177153-
CMYK0.1600.140.31
HSL130.34º15.68%63.73%-
HSV(B)130.34º16.38%69.41%-
XYZ33.6840.0436.09-
YUV165.59120.89115.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=30.96%
G=37.03%
B=32.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771530.1600.140.31130.3415.6863.73
Hex94B199100E1F821040
Octal224261231200163720220100
Binary10010100101100011001100110000011101111110000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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