#9BDDA7

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

Shades of Chinook #9BDDA7

Tints of Chinook #9BDDA7

Color information

#9BDDA7 (or 0x9BDDA7) is unknown color: approx Chinook. HEX triplet: 9B, DD and A7. RGB value is (155,221,167). Sum of RGB (Red+Green+Blue) = 155+221+167=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDA7 is #642258. Grayscale: #C3C3C3. Windows color (decimal): -6562393 or 11001243. OLE color: 11001243.

HSL color Cylindrical-coordinate representation of color #9BDDA7: hue angle of 130.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDA7 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB155221167-
CMYK0.3000.240.13
HSL130.91º49.25%73.73%-
HSV(B)130.91º29.86%86.67%-
XYZ46.3561.4745.98-
YUV195.11112.1399.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=28.55%
G=40.70%
B=30.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211670.3000.240.13130.9149.2573.73
Hex9BDDA71E018D83314a
Octal233335247360301520361112
Binary100110111101110110100111111100110001101100000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,167); }

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

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

 a { background-color: rgb(155,221,167); }

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

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

 span { border-color: rgb(155,221,167); }

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