#9BD9A2

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

Shades of Chinook #9BD9A2

Tints of Chinook #9BD9A2

Color information

#9BD9A2 (or 0x9BD9A2) is unknown color: approx Chinook. HEX triplet: 9B, D9 and A2. RGB value is (155,217,162). Sum of RGB (Red+Green+Blue) = 155+217+162=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD9A2 is #64265D. Grayscale: #C0C0C0. Windows color (decimal): -6563422 or 10672539. OLE color: 10672539.

HSL color Cylindrical-coordinate representation of color #9BD9A2: hue angle of 126.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9A2 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB155217162-
CMYK0.2900.250.15
HSL126.77º44.93%72.94%-
HSV(B)126.77º28.57%85.1%-
XYZ44.8559.243.25-
YUV192.19110.96101.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=29.03%
G=40.64%
B=30.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171620.2900.250.15126.7744.9372.94
Hex9BD9A21D019F7f2d49
Octal233331242350311717755111
Binary10011011110110011010001011101011001111111111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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