#98CEA9

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

Shades of Chinook #98CEA9

Tints of Chinook #98CEA9

Color information

#98CEA9 (or 0x98CEA9) is unknown color: approx Chinook. HEX triplet: 98, CE and A9. RGB value is (152,206,169). Sum of RGB (Red+Green+Blue) = 152+206+169=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA9 is #673156. Grayscale: #B9B9B9. Windows color (decimal): -6762839 or 11128472. OLE color: 11128472.

HSL color Cylindrical-coordinate representation of color #98CEA9: hue angle of 138.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEA9 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB152206169-
CMYK0.2600.180.19
HSL138.89º35.53%70.2%-
HSV(B)138.89º26.21%80.78%-
XYZ42.1853.6845.67-
YUV185.64118.61104.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=28.84%
G=39.09%
B=32.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061690.2600.180.19138.8935.5370.2
Hex98CEA91A012138b2446
Octal230316251320222321344106
Binary1001100011001110101010011101001001010011100010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,169); }

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

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

 a { background-color: rgb(152,206,169); }

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

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

 span { border-color: rgb(152,206,169); }

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