#9BC2A0

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

Shades of Chinook #9BC2A0

Tints of Chinook #9BC2A0

Color information

#9BC2A0 (or 0x9BC2A0) is unknown color: approx Chinook. HEX triplet: 9B, C2 and A0. RGB value is (155,194,160). Sum of RGB (Red+Green+Blue) = 155+194+160=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC2A0 is #643D5F. Grayscale: #B2B2B2. Windows color (decimal): -6569312 or 10535579. OLE color: 10535579.

HSL color Cylindrical-coordinate representation of color #9BC2A0: hue angle of 127.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2A0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB155194160-
CMYK0.2000.180.24
HSL127.69º24.22%68.43%-
HSV(B)127.69º20.1%76.08%-
XYZ39.1548.0940.48-
YUV178.46117.58111.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=30.45%
G=38.11%
B=31.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941600.2000.180.24127.6924.2268.43
Hex9BC2A01401218801844
Octal233302240240223020030104
Binary100110111100001010100000101000100101100010000000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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