#9BDBA2

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

Shades of Chinook #9BDBA2

Tints of Chinook #9BDBA2

Color information

#9BDBA2 (or 0x9BDBA2) is unknown color: approx Chinook. HEX triplet: 9B, DB and A2. RGB value is (155,219,162). Sum of RGB (Red+Green+Blue) = 155+219+162=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBA2 is #64245D. Grayscale: #C1C1C1. Windows color (decimal): -6562910 or 10673051. OLE color: 10673051.

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

Color convert

RGB155219162-
CMYK0.2900.260.14
HSL126.56º47.06%73.33%-
HSV(B)126.56º29.22%85.88%-
XYZ45.3760.2443.42-
YUV193.37110.3100.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=28.92%
G=40.86%
B=30.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191620.2900.260.14126.5647.0673.33
Hex9BDBA21D01AE7f2f49
Octal233333242350321617757111
Binary10011011110110111010001011101011010111011111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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