#9BC3A7

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

Shades of Chinook #9BC3A7

Tints of Chinook #9BC3A7

Color information

#9BC3A7 (or 0x9BC3A7) is unknown color: approx Chinook. HEX triplet: 9B, C3 and A7. RGB value is (155,195,167). Sum of RGB (Red+Green+Blue) = 155+195+167=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A7 is #643C58. Grayscale: #B3B3B3. Windows color (decimal): -6569049 or 10994587. OLE color: 10994587.

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

Color convert

RGB155195167-
CMYK0.2100.140.24
HSL138º25%68.63%-
HSV(B)138º20.51%76.47%-
XYZ40.0148.7943.87-
YUV179.85120.75110.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=29.98%
G=37.72%
B=32.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951670.2100.140.241382568.63
Hex9BC3A7150E188a1945
Octal233303247250163021231105
Binary10011011110000111010011110101011101100010001010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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