#97D99E

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

Shades of Chinook #97D99E

Tints of Chinook #97D99E

Color information

#97D99E (or 0x97D99E) is unknown color: approx Chinook. HEX triplet: 97, D9 and 9E. RGB value is (151,217,158). Sum of RGB (Red+Green+Blue) = 151+217+158=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #97D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D99E is #682661. Grayscale: #BEBEBE. Windows color (decimal): -6825570 or 10410391. OLE color: 10410391.

HSL color Cylindrical-coordinate representation of color #97D99E: hue angle of 126.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D99E is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB151217158-
CMYK0.3000.270.15
HSL126.36º46.48%72.16%-
HSV(B)126.36º30.41%85.1%-
XYZ43.7558.6741.37-
YUV190.54109.6399.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=28.71%
G=41.25%
B=30.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171580.3000.270.15126.3646.4872.16
Hex97D99E1E01BF7e2e48
Octal227331236360331717656110
Binary10010111110110011001111011110011011111111111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D99E; }

 p { color: rgb(151,217,158); }

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

<style>
 a { background-color: #97D99E; }

 a { background-color: rgb(151,217,158); }

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

<style>
 span { border-color: #97D99E; }

 span { border-color: rgb(151,217,158); }

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