#9BCAA1

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

Shades of Chinook #9BCAA1

Tints of Chinook #9BCAA1

Color information

#9BCAA1 (or 0x9BCAA1) is unknown color: approx Chinook. HEX triplet: 9B, CA and A1. RGB value is (155,202,161). Sum of RGB (Red+Green+Blue) = 155+202+161=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA1 is #64355E. Grayscale: #B7B7B7. Windows color (decimal): -6567263 or 10603163. OLE color: 10603163.

HSL color Cylindrical-coordinate representation of color #9BCAA1: hue angle of 127.66º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAA1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB155202161-
CMYK0.2300.200.21
HSL127.66º30.72%70%-
HSV(B)127.66º23.27%79.22%-
XYZ41.0751.7841.55-
YUV183.27115.43107.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=29.92%
G=39.00%
B=31.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021610.2300.200.21127.6630.7270
Hex9BCAA11701415801f46
Octal233312241270242520037106
Binary100110111100101010100001101110101001010110000000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,161); }

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

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

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

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

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

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

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