#98D2A1

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

Shades of Chinook #98D2A1

Tints of Chinook #98D2A1

Color information

#98D2A1 (or 0x98D2A1) is unknown color: approx Chinook. HEX triplet: 98, D2 and A1. RGB value is (152,210,161). Sum of RGB (Red+Green+Blue) = 152+210+161=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D2A1 is #672D5E. Grayscale: #BBBBBB. Windows color (decimal): -6761823 or 10605208. OLE color: 10605208.

HSL color Cylindrical-coordinate representation of color #98D2A1: hue angle of 129.31º 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 #98D2A1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB152210161-
CMYK0.2800.230.18
HSL129.31º39.19%70.98%-
HSV(B)129.31º27.62%82.35%-
XYZ42.4355.3442.16-
YUV187.07113.28102.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=29.06%
G=40.15%
B=30.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522101610.2800.230.18129.3139.1970.98
Hex98D2A11C01712812747
Octal230322241340272220147107
Binary1001100011010010101000011110001011110010100000011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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