#98D4A4

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

Shades of Chinook #98D4A4

Tints of Chinook #98D4A4

Color information

#98D4A4 (or 0x98D4A4) is unknown color: approx Chinook. HEX triplet: 98, D4 and A4. RGB value is (152,212,164). Sum of RGB (Red+Green+Blue) = 152+212+164=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D4A4 is #672B5B. Grayscale: #BCBCBC. Windows color (decimal): -6761308 or 10802328. OLE color: 10802328.

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

Color convert

RGB152212164-
CMYK0.2800.230.17
HSL132º41.1%71.37%-
HSV(B)132º28.3%83.14%-
XYZ43.1956.4443.74-
YUV188.59114.12101.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=28.79%
G=40.15%
B=31.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121640.2800.230.1713241.171.37
Hex98D4A41C01711842947
Octal230324244340272120451107
Binary1001100011010100101001001110001011110001100001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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