#9BCD9B

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

Shades of Chinook #9BCD9B

Tints of Chinook #9BCD9B

Color information

#9BCD9B (or 0x9BCD9B) is unknown color: approx Chinook. HEX triplet: 9B, CD and 9B. RGB value is (155,205,155). Sum of RGB (Red+Green+Blue) = 155+205+155=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD9B is #643264. Grayscale: #B8B8B8. Windows color (decimal): -6566501 or 10210715. OLE color: 10210715.

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

Color convert

RGB155205155-
CMYK0.2400.240.20
HSL120º33.33%70.59%-
HSV(B)120º24.39%80.39%-
XYZ41.275339.07-
YUV184.35111.44107.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=30.10%
G=39.81%
B=30.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051550.2400.240.2012033.3370.59
Hex9BCD9B1801814782147
Octal233315233300302417041107
Binary100110111100110110011011110000110001010011110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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