#9BCAA2

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

Shades of Chinook #9BCAA2

Tints of Chinook #9BCAA2

Color information

#9BCAA2 (or 0x9BCAA2) is unknown color: approx Chinook. HEX triplet: 9B, CA and A2. RGB value is (155,202,162). Sum of RGB (Red+Green+Blue) = 155+202+162=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA2 is #64355D. Grayscale: #B7B7B7. Windows color (decimal): -6567262 or 10668699. OLE color: 10668699.

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

Color convert

RGB155202162-
CMYK0.2300.200.21
HSL128.94º30.72%70%-
HSV(B)128.94º23.27%79.22%-
XYZ41.1651.8242.02-
YUV183.39115.93107.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=29.87%
G=38.92%
B=31.21%

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
Decimal1552021620.2300.200.21128.9430.7270
Hex9BCAA21701415811f46
Octal233312242270242520137106
Binary100110111100101010100010101110101001010110000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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