#98DCA1

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

Shades of Chinook #98DCA1

Tints of Chinook #98DCA1

Color information

#98DCA1 (or 0x98DCA1) is unknown color: approx Chinook. HEX triplet: 98, DC and A1. RGB value is (152,220,161). Sum of RGB (Red+Green+Blue) = 152+220+161=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCA1 is #67235E. Grayscale: #C1C1C1. Windows color (decimal): -6759263 or 10607768. OLE color: 10607768.

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

Color convert

RGB152220161-
CMYK0.3100.270.14
HSL127.94º49.28%72.94%-
HSV(B)127.94º30.91%86.27%-
XYZ44.9860.4443.01-
YUV192.94109.9798.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=28.52%
G=41.28%
B=30.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201610.3100.270.14127.9449.2872.94
Hex98DCA11F01BE803149
Octal230334241370331620061111
Binary100110001101110010100001111110110111110100000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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