#98DB9D

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

Shades of Chinook #98DB9D

Tints of Chinook #98DB9D

Color information

#98DB9D (or 0x98DB9D) is unknown color: approx Chinook. HEX triplet: 98, DB and 9D. RGB value is (152,219,157). Sum of RGB (Red+Green+Blue) = 152+219+157=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DB9D is #672462. Grayscale: #C0C0C0. Windows color (decimal): -6759523 or 10345368. OLE color: 10345368.

HSL color Cylindrical-coordinate representation of color #98DB9D: hue angle of 124.48º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DB9D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB152219157-
CMYK0.3100.280.14
HSL124.48º48.2%72.75%-
HSV(B)124.48º30.59%85.88%-
XYZ44.3759.7741.1-
YUV191.9108.399.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=28.79%
G=41.48%
B=29.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191570.3100.280.14124.4848.272.75
Hex98DB9D1F01CE7c3049
Octal230333235370341617460111
Binary10011000110110111001110111111011100111011111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,157); }

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

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

 a { background-color: rgb(152,219,157); }

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

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

 span { border-color: rgb(152,219,157); }

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