#9BDBAA

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

Shades of Chinook #9BDBAA

Tints of Chinook #9BDBAA

Color information

#9BDBAA (or 0x9BDBAA) is unknown color: approx Chinook. HEX triplet: 9B, DB and AA. RGB value is (155,219,170). Sum of RGB (Red+Green+Blue) = 155+219+170=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBAA is #642455. Grayscale: #C2C2C2. Windows color (decimal): -6562902 or 11197339. OLE color: 11197339.

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

Color convert

RGB155219170-
CMYK0.2900.220.14
HSL134.06º47.06%73.33%-
HSV(B)134.06º29.22%85.88%-
XYZ46.160.5347.28-
YUV194.28114.399.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=28.49%
G=40.26%
B=31.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191700.2900.220.14134.0647.0673.33
Hex9BDBAA1D016E862f49
Octal233333252350261620657111
Binary100110111101101110101010111010101101110100001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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