#9BCA9D

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

Shades of Chinook #9BCA9D

Tints of Chinook #9BCA9D

Color information

#9BCA9D (or 0x9BCA9D) is unknown color: approx Chinook. HEX triplet: 9B, CA and 9D. RGB value is (155,202,157). Sum of RGB (Red+Green+Blue) = 155+202+157=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA9D is #643562. Grayscale: #B6B6B6. Windows color (decimal): -6567267 or 10341019. OLE color: 10341019.

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

Color convert

RGB155202157-
CMYK0.2300.220.21
HSL122.55º30.72%70%-
HSV(B)122.55º23.27%79.22%-
XYZ40.7251.6439.72-
YUV182.82113.43108.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=30.16%
G=39.30%
B=30.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021570.2300.220.21122.5530.7270
Hex9BCA9D17016157b1f46
Octal233312235270262517337106
Binary10011011110010101001110110111010110101011111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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