#98D29E

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

Shades of Chinook #98D29E

Tints of Chinook #98D29E

Color information

#98D29E (or 0x98D29E) is unknown color: approx Chinook. HEX triplet: 98, D2 and 9E. RGB value is (152,210,158). Sum of RGB (Red+Green+Blue) = 152+210+158=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #98D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D29E is #672D61. Grayscale: #BABABA. Windows color (decimal): -6761826 or 10408600. OLE color: 10408600.

HSL color Cylindrical-coordinate representation of color #98D29E: hue angle of 126.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D29E is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB152210158-
CMYK0.2800.250.18
HSL126.21º39.19%70.98%-
HSV(B)126.21º27.62%82.35%-
XYZ42.1755.2440.79-
YUV186.73111.78103.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 158 (62.11% from 255) = 30.38%
R=29.23%
G=40.38%
B=30.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522101580.2800.250.18126.2139.1970.98
Hex98D29E1C019127e2747
Octal230322236340312217647107
Binary100110001101001010011110111000110011001011111101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,158); }

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

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

 a { background-color: rgb(152,210,158); }

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

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

 span { border-color: rgb(152,210,158); }

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