#9BDAA0

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

Shades of Chinook #9BDAA0

Tints of Chinook #9BDAA0

Color information

#9BDAA0 (or 0x9BDAA0) is unknown color: approx Chinook. HEX triplet: 9B, DA and A0. RGB value is (155,218,160). Sum of RGB (Red+Green+Blue) = 155+218+160=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAA0 is #64255F. Grayscale: #C0C0C0. Windows color (decimal): -6563168 or 10541723. OLE color: 10541723.

HSL color Cylindrical-coordinate representation of color #9BDAA0: hue angle of 124.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDAA0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB155218160-
CMYK0.2900.270.15
HSL124.76º45.99%73.14%-
HSV(B)124.76º28.9%85.49%-
XYZ44.9359.6542.4-
YUV192.55109.63101.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=29.08%
G=40.90%
B=30.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181600.2900.270.15124.7645.9973.14
Hex9BDAA01D01BF7d2e49
Octal233332240350331717556111
Binary10011011110110101010000011101011011111111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,160); }

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

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

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

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

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

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

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