#98D0A4

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

Shades of Chinook #98D0A4

Tints of Chinook #98D0A4

Color information

#98D0A4 (or 0x98D0A4) is unknown color: approx Chinook. HEX triplet: 98, D0 and A4. RGB value is (152,208,164). Sum of RGB (Red+Green+Blue) = 152+208+164=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0A4 is #672F5B. Grayscale: #BABABA. Windows color (decimal): -6762332 or 10801304. OLE color: 10801304.

HSL color Cylindrical-coordinate representation of color #98D0A4: hue angle of 132.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0A4 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB152208164-
CMYK0.2700.210.18
HSL132.86º37.33%70.59%-
HSV(B)132.86º26.92%81.57%-
XYZ42.2154.4743.41-
YUV186.24115.45103.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=29.01%
G=39.69%
B=31.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081640.2700.210.18132.8637.3370.59
Hex98D0A41B01512852547
Octal230320244330252220545107
Binary1001100011010000101001001101101010110010100001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,164); }

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

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

 a { background-color: rgb(152,208,164); }

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

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

 span { border-color: rgb(152,208,164); }

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