#98C9A9

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

Shades of Chinook #98C9A9

Tints of Chinook #98C9A9

Color information

#98C9A9 (or 0x98C9A9) is unknown color: approx Chinook. HEX triplet: 98, C9 and A9. RGB value is (152,201,169). Sum of RGB (Red+Green+Blue) = 152+201+169=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C9A9 is #673656. Grayscale: #B6B6B6. Windows color (decimal): -6764119 or 11127192. OLE color: 11127192.

HSL color Cylindrical-coordinate representation of color #98C9A9: hue angle of 140.82º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9A9 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB152201169-
CMYK0.2400.160.21
HSL140.82º31.21%69.22%-
HSV(B)140.82º24.38%78.82%-
XYZ4151.3145.28-
YUV182.7120.27106.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=29.12%
G=38.51%
B=32.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522011690.2400.160.21140.8231.2169.22
Hex98C9A918010158d1f45
Octal230311251300202521537105
Binary100110001100100110101001110000100001010110001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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