#98DCA3

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

Shades of Chinook #98DCA3

Tints of Chinook #98DCA3

Color information

#98DCA3 (or 0x98DCA3) is unknown color: approx Chinook. HEX triplet: 98, DC and A3. RGB value is (152,220,163). Sum of RGB (Red+Green+Blue) = 152+220+163=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCA3 is #67235C. Grayscale: #C1C1C1. Windows color (decimal): -6759261 or 10738840. OLE color: 10738840.

HSL color Cylindrical-coordinate representation of color #98DCA3: hue angle of 129.71º degrees, saturation: 0.49, 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 #98DCA3 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB152220163-
CMYK0.3100.260.14
HSL129.71º49.28%72.94%-
HSV(B)129.71º30.91%86.27%-
XYZ45.1560.5143.95-
YUV193.17110.9798.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=28.41%
G=41.12%
B=30.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201630.3100.260.14129.7149.2872.94
Hex98DCA31F01AE823149
Octal230334243370321620261111
Binary100110001101110010100011111110110101110100000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,220,163); }

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

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

 a { background-color: rgb(152,220,163); }

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

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

 span { border-color: rgb(152,220,163); }

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