#98C4A1

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

Shades of Chinook #98C4A1

Tints of Chinook #98C4A1

Color information

#98C4A1 (or 0x98C4A1) is unknown color: approx Chinook. HEX triplet: 98, C4 and A1. RGB value is (152,196,161). Sum of RGB (Red+Green+Blue) = 152+196+161=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #98C4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C4A1 is #673B5E. Grayscale: #B2B2B2. Windows color (decimal): -6765407 or 10601624. OLE color: 10601624.

HSL color Cylindrical-coordinate representation of color #98C4A1: hue angle of 132.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C4A1 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB152196161-
CMYK0.2200.180.23
HSL132.27º27.16%68.24%-
HSV(B)132.27º22.45%76.86%-
XYZ39.1248.7341.06-
YUV178.85117.92108.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=29.86%
G=38.51%
B=31.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521961610.2200.180.23132.2727.1668.24
Hex98C4A11601217841b44
Octal230304241260222720433104
Binary100110001100010010100001101100100101011110000100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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