#98D49C

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

Shades of Chinook #98D49C

Tints of Chinook #98D49C

Color information

#98D49C (or 0x98D49C) is unknown color: approx Chinook. HEX triplet: 98, D4 and 9C. RGB value is (152,212,156). Sum of RGB (Red+Green+Blue) = 152+212+156=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #98D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D49C is #672B63. Grayscale: #BBBBBB. Windows color (decimal): -6761316 or 10278040. OLE color: 10278040.

HSL color Cylindrical-coordinate representation of color #98D49C: hue angle of 124º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D49C is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB152212156-
CMYK0.2800.260.17
HSL124º41.1%71.37%-
HSV(B)124º28.3%83.14%-
XYZ42.4956.1640.05-
YUV187.68110.12102.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 156 (61.33% from 255) = 30%
R=29.23%
G=40.77%
B=30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121560.2800.260.1712441.171.37
Hex98D49C1C01A117c2947
Octal230324234340322117451107
Binary100110001101010010011100111000110101000111111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,156); }

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

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

 a { background-color: rgb(152,212,156); }

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

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

 span { border-color: rgb(152,212,156); }

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