#98A49A

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

Shades of Edward #98A49A

Tints of Edward #98A49A

Color information

#98A49A (or 0x98A49A) is unknown color: approx Edward. HEX triplet: 98, A4 and 9A. RGB value is (152,164,154). Sum of RGB (Red+Green+Blue) = 152+164+154=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #98A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A49A is #675B65. Grayscale: #9F9F9F. Windows color (decimal): -6773606 or 10134680. OLE color: 10134680.

HSL color Cylindrical-coordinate representation of color #98A49A: hue angle of 130º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A49A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB152164154-
CMYK0.0700.060.36
HSL130º6.19%61.96%-
HSV(B)130º7.32%64.31%-
XYZ32.0635.5635.75-
YUV159.27125.02122.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=32.34%
G=34.89%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521641540.0700.060.361306.1961.96
Hex98A49A706248263e
Octal23024423270644202676
Binary100110001010010010011010111011010010010000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A49A; }

 p { color: rgb(152,164,154); }

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

<style>
 a { background-color: #98A49A; }

 a { background-color: rgb(152,164,154); }

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

<style>
 span { border-color: #98A49A; }

 span { border-color: rgb(152,164,154); }

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