#9BCDA8

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

Shades of Chinook #9BCDA8

Tints of Chinook #9BCDA8

Color information

#9BCDA8 (or 0x9BCDA8) is unknown color: approx Chinook. HEX triplet: 9B, CD and A8. RGB value is (155,205,168). Sum of RGB (Red+Green+Blue) = 155+205+168=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDA8 is #643257. Grayscale: #B9B9B9. Windows color (decimal): -6566488 or 11062683. OLE color: 11062683.

HSL color Cylindrical-coordinate representation of color #9BCDA8: hue angle of 135.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDA8 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB155205168-
CMYK0.2400.180.20
HSL135.6º33.33%70.59%-
HSV(B)135.6º24.39%80.39%-
XYZ42.4253.4645.13-
YUV185.83117.94106.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=29.36%
G=38.83%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051680.2400.180.20135.633.3370.59
Hex9BCDA81801214882147
Octal233315250300222421041107
Binary1001101111001101101010001100001001010100100010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,168); }

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

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

 a { background-color: rgb(155,205,168); }

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

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

 span { border-color: rgb(155,205,168); }

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