#94B098

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

Shades of Edward #94B098

Tints of Edward #94B098

Color information

#94B098 (or 0x94B098) is unknown color: approx Edward. HEX triplet: 94, B0 and 98. RGB value is (148,176,152). Sum of RGB (Red+Green+Blue) = 148+176+152=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #94B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B098 is #6B4F67. Grayscale: #A4A4A4. Windows color (decimal): -7032680 or 10006676. OLE color: 10006676.

HSL color Cylindrical-coordinate representation of color #94B098: hue angle of 128.57º degrees, saturation: 0.15, 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 #94B098 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB148176152-
CMYK0.1600.140.31
HSL128.57º15.05%63.53%-
HSV(B)128.57º15.91%69.02%-
XYZ33.4139.6135.59-
YUV164.89120.72115.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=31.09%
G=36.97%
B=31.93%

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
Decimal1481761520.1600.140.31128.5715.0563.53
Hex94B098100E1F81f40
Octal224260230200163720117100
Binary1001010010110000100110001000001110111111000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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