#98CAA4

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

Shades of Chinook #98CAA4

Tints of Chinook #98CAA4

Color information

#98CAA4 (or 0x98CAA4) is unknown color: approx Chinook. HEX triplet: 98, CA and A4. RGB value is (152,202,164). Sum of RGB (Red+Green+Blue) = 152+202+164=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CAA4 is #67355B. Grayscale: #B6B6B6. Windows color (decimal): -6763868 or 10799768. OLE color: 10799768.

HSL color Cylindrical-coordinate representation of color #98CAA4: hue angle of 134.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAA4 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB152202164-
CMYK0.2500.190.21
HSL134.4º32.05%69.41%-
HSV(B)134.4º24.75%79.22%-
XYZ40.7751.642.93-
YUV182.72117.44106.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=29.34%
G=39.00%
B=31.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021640.2500.190.21134.432.0569.41
Hex98CAA41901315862045
Octal230312244310232520640105
Binary1001100011001010101001001100101001110101100001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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