#9BD3A6

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

Shades of Chinook #9BD3A6

Tints of Chinook #9BD3A6

Color information

#9BD3A6 (or 0x9BD3A6) is unknown color: approx Chinook. HEX triplet: 9B, D3 and A6. RGB value is (155,211,166). Sum of RGB (Red+Green+Blue) = 155+211+166=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD3A6 is #642C59. Grayscale: #BDBDBD. Windows color (decimal): -6564954 or 10933147. OLE color: 10933147.

HSL color Cylindrical-coordinate representation of color #9BD3A6: hue angle of 131.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3A6 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB155211166-
CMYK0.2700.210.17
HSL131.79º38.89%71.76%-
HSV(B)131.79º26.54%82.75%-
XYZ43.6956.3144.64-
YUV189.13114.95103.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=29.14%
G=39.66%
B=31.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552111660.2700.210.17131.7938.8971.76
Hex9BD3A61B01511842748
Octal233323246330252120447110
Binary1001101111010011101001101101101010110001100001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,211,166); }

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

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

 a { background-color: rgb(155,211,166); }

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

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

 span { border-color: rgb(155,211,166); }

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