#9BCDA5

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

Shades of Chinook #9BCDA5

Tints of Chinook #9BCDA5

Color information

#9BCDA5 (or 0x9BCDA5) is unknown color: approx Chinook. HEX triplet: 9B, CD and A5. RGB value is (155,205,165). Sum of RGB (Red+Green+Blue) = 155+205+165=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDA5 is #64325A. Grayscale: #B9B9B9. Windows color (decimal): -6566491 or 10866075. OLE color: 10866075.

HSL color Cylindrical-coordinate representation of color #9BCDA5: hue angle of 132º 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 #9BCDA5 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB155205165-
CMYK0.2400.200.20
HSL132º33.33%70.59%-
HSV(B)132º24.39%80.39%-
XYZ42.1453.3543.67-
YUV185.49116.44106.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=29.52%
G=39.05%
B=31.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051650.2400.200.2013233.3370.59
Hex9BCDA51801414842147
Octal233315245300242420441107
Binary1001101111001101101001011100001010010100100001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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