#9BDAA2

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

Shades of Chinook #9BDAA2

Tints of Chinook #9BDAA2

Color information

#9BDAA2 (or 0x9BDAA2) is unknown color: approx Chinook. HEX triplet: 9B, DA and A2. RGB value is (155,218,162). Sum of RGB (Red+Green+Blue) = 155+218+162=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAA2 is #64255D. Grayscale: #C0C0C0. Windows color (decimal): -6563166 or 10672795. OLE color: 10672795.

HSL color Cylindrical-coordinate representation of color #9BDAA2: hue angle of 126.67º 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 #9BDAA2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB155218162-
CMYK0.2900.260.15
HSL126.67º45.99%73.14%-
HSV(B)126.67º28.9%85.49%-
XYZ45.1159.7243.33-
YUV192.78110.63101.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=28.97%
G=40.75%
B=30.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181620.2900.260.15126.6745.9973.14
Hex9BDAA21D01AF7f2e49
Octal233332242350321717756111
Binary10011011110110101010001011101011010111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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