#98CF9E

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

Shades of Chinook #98CF9E

Tints of Chinook #98CF9E

Color information

#98CF9E (or 0x98CF9E) is unknown color: approx Chinook. HEX triplet: 98, CF and 9E. RGB value is (152,207,158). Sum of RGB (Red+Green+Blue) = 152+207+158=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CF9E is #673061. Grayscale: #B9B9B9. Windows color (decimal): -6762594 or 10407832. OLE color: 10407832.

HSL color Cylindrical-coordinate representation of color #98CF9E: hue angle of 126.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CF9E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB152207158-
CMYK0.2700.240.19
HSL126.55º36.42%70.39%-
HSV(B)126.55º26.57%81.18%-
XYZ41.4353.7740.54-
YUV184.97112.78104.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=29.40%
G=40.04%
B=30.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071580.2700.240.19126.5536.4270.39
Hex98CF9E1B018137f2446
Octal230317236330302317744106
Binary100110001100111110011110110110110001001111111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,158); }

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

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

 a { background-color: rgb(152,207,158); }

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

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

 span { border-color: rgb(152,207,158); }

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