#9BC3A6

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

Shades of Chinook #9BC3A6

Tints of Chinook #9BC3A6

Color information

#9BC3A6 (or 0x9BC3A6) is unknown color: approx Chinook. HEX triplet: 9B, C3 and A6. RGB value is (155,195,166). Sum of RGB (Red+Green+Blue) = 155+195+166=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A6 is #643C59. Grayscale: #B3B3B3. Windows color (decimal): -6569050 or 10929051. OLE color: 10929051.

HSL color Cylindrical-coordinate representation of color #9BC3A6: hue angle of 136.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3A6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB155195166-
CMYK0.2100.150.24
HSL136.5º25%68.63%-
HSV(B)136.5º20.51%76.47%-
XYZ39.9248.7543.38-
YUV179.73120.25110.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=30.04%
G=37.79%
B=32.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951660.2100.150.24136.52568.63
Hex9BC3A6150F18881945
Octal233303246250173021031105
Binary10011011110000111010011010101011111100010001000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,166); }

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

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

 a { background-color: rgb(155,195,166); }

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

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

 span { border-color: rgb(155,195,166); }

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