#98D99C

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

Shades of Chinook #98D99C

Tints of Chinook #98D99C

Color information

#98D99C (or 0x98D99C) is unknown color: approx Chinook. HEX triplet: 98, D9 and 9C. RGB value is (152,217,156). Sum of RGB (Red+Green+Blue) = 152+217+156=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #98D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D99C is #672663. Grayscale: #BEBEBE. Windows color (decimal): -6760036 or 10279320. OLE color: 10279320.

HSL color Cylindrical-coordinate representation of color #98D99C: hue angle of 123.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D99C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB152217156-
CMYK0.3000.280.15
HSL123.69º46.1%72.35%-
HSV(B)123.69º29.95%85.1%-
XYZ43.7658.740.48-
YUV190.61108.47100.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=28.95%
G=41.33%
B=29.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171560.3000.280.15123.6946.172.35
Hex98D99C1E01CF7c2e48
Octal230331234360341717456110
Binary10011000110110011001110011110011100111111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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