#9BDBA7

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

Shades of Chinook #9BDBA7

Tints of Chinook #9BDBA7

Color information

#9BDBA7 (or 0x9BDBA7) is unknown color: approx Chinook. HEX triplet: 9B, DB and A7. RGB value is (155,219,167). Sum of RGB (Red+Green+Blue) = 155+219+167=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBA7 is #642458. Grayscale: #C2C2C2. Windows color (decimal): -6562905 or 11000731. OLE color: 11000731.

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

Color convert

RGB155219167-
CMYK0.2900.240.14
HSL131.25º47.06%73.33%-
HSV(B)131.25º29.22%85.88%-
XYZ45.8260.4245.81-
YUV193.94112.8100.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=28.65%
G=40.48%
B=30.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191670.2900.240.14131.2547.0673.33
Hex9BDBA71D018E832f49
Octal233333247350301620357111
Binary100110111101101110100111111010110001110100000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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