#98D8A3

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

Shades of Chinook #98D8A3

Tints of Chinook #98D8A3

Color information

#98D8A3 (or 0x98D8A3) is unknown color: approx Chinook. HEX triplet: 98, D8 and A3. RGB value is (152,216,163). Sum of RGB (Red+Green+Blue) = 152+216+163=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8A3 is #67275C. Grayscale: #BEBEBE. Windows color (decimal): -6760285 or 10737816. OLE color: 10737816.

HSL color Cylindrical-coordinate representation of color #98D8A3: hue angle of 130.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8A3 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB152216163-
CMYK0.3000.250.15
HSL130.31º45.07%72.16%-
HSV(B)130.31º29.63%84.71%-
XYZ44.1258.4343.6-
YUV190.82112.3100.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 163 (64.06% from 255) = 30.70%
R=28.63%
G=40.68%
B=30.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161630.3000.250.15130.3145.0772.16
Hex98D8A31E019F822d48
Octal230330243360311720255110
Binary100110001101100010100011111100110011111100000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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