#98C5A3

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

Shades of Chinook #98C5A3

Tints of Chinook #98C5A3

Color information

#98C5A3 (or 0x98C5A3) is unknown color: approx Chinook. HEX triplet: 98, C5 and A3. RGB value is (152,197,163). Sum of RGB (Red+Green+Blue) = 152+197+163=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5A3 is #673A5C. Grayscale: #B3B3B3. Windows color (decimal): -6765149 or 10732952. OLE color: 10732952.

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

Color convert

RGB152197163-
CMYK0.2300.170.23
HSL134.67º27.95%68.43%-
HSV(B)134.67º22.84%77.25%-
XYZ39.5349.2542.07-
YUV179.67118.59108.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=29.69%
G=38.48%
B=31.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521971630.2300.170.23134.6727.9568.43
Hex98C5A31701117871c44
Octal230305243270212720734104
Binary100110001100010110100011101110100011011110000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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