#98D7A5

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

Shades of Chinook #98D7A5

Tints of Chinook #98D7A5

Color information

#98D7A5 (or 0x98D7A5) is unknown color: approx Chinook. HEX triplet: 98, D7 and A5. RGB value is (152,215,165). Sum of RGB (Red+Green+Blue) = 152+215+165=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D7A5 is #67285A. Grayscale: #BEBEBE. Windows color (decimal): -6760539 or 10868632. OLE color: 10868632.

HSL color Cylindrical-coordinate representation of color #98D7A5: hue angle of 132.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7A5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB152215165-
CMYK0.2900.230.16
HSL132.38º44.06%71.96%-
HSV(B)132.38º29.3%84.31%-
XYZ44.0457.9944.47-
YUV190.46113.63100.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=28.57%
G=40.41%
B=31.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522151650.2900.230.16132.3844.0671.96
Hex98D7A51D01710842c48
Octal230327245350272020454110
Binary1001100011010111101001011110101011110000100001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,215,165); }

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

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

 a { background-color: rgb(152,215,165); }

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

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

 span { border-color: rgb(152,215,165); }

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