#9BD79E

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

Shades of Chinook #9BD79E

Tints of Chinook #9BD79E

Color information

#9BD79E (or 0x9BD79E) is unknown color: approx Chinook. HEX triplet: 9B, D7 and 9E. RGB value is (155,215,158). Sum of RGB (Red+Green+Blue) = 155+215+158=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD79E is #642861. Grayscale: #BEBEBE. Windows color (decimal): -6563938 or 10409883. OLE color: 10409883.

HSL color Cylindrical-coordinate representation of color #9BD79E: hue angle of 123º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD79E is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB155215158-
CMYK0.2800.270.16
HSL123º42.86%72.55%-
HSV(B)123º27.91%84.31%-
XYZ43.9958.0441.23-
YUV190.56109.62102.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=29.36%
G=40.72%
B=29.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552151580.2800.270.1612342.8672.55
Hex9BD79E1C01B107b2b49
Octal233327236340332017353111
Binary100110111101011110011110111000110111000011110111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD79E; }

 p { color: rgb(155,215,158); }

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

<style>
 a { background-color: #9BD79E; }

 a { background-color: rgb(155,215,158); }

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

<style>
 span { border-color: #9BD79E; }

 span { border-color: rgb(155,215,158); }

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