#9BDBAD

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

Shades of Chinook #9BDBAD

Tints of Chinook #9BDBAD

Color information

#9BDBAD (or 0x9BDBAD) is unknown color: approx Chinook. HEX triplet: 9B, DB and AD. RGB value is (155,219,173). Sum of RGB (Red+Green+Blue) = 155+219+173=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBAD is #642452. Grayscale: #C2C2C2. Windows color (decimal): -6562899 or 11393947. OLE color: 11393947.

HSL color Cylindrical-coordinate representation of color #9BDBAD: hue angle of 136.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBAD is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB155219173-
CMYK0.2900.210.14
HSL136.88º47.06%73.33%-
HSV(B)136.88º29.22%85.88%-
XYZ46.3960.6548.8-
YUV194.62115.899.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=28.34%
G=40.04%
B=31.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191730.2900.210.14136.8847.0673.33
Hex9BDBAD1D015E892f49
Octal233333255350251621157111
Binary100110111101101110101101111010101011110100010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,173); }

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

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

 a { background-color: rgb(155,219,173); }

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

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

 span { border-color: rgb(155,219,173); }

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