#9BD2A9

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

Shades of Chinook #9BD2A9

Tints of Chinook #9BD2A9

Color information

#9BD2A9 (or 0x9BD2A9) is unknown color: approx Chinook. HEX triplet: 9B, D2 and A9. RGB value is (155,210,169). Sum of RGB (Red+Green+Blue) = 155+210+169=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2A9 is #642D56. Grayscale: #BCBCBC. Windows color (decimal): -6565207 or 11129499. OLE color: 11129499.

HSL color Cylindrical-coordinate representation of color #9BD2A9: hue angle of 135.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2A9 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB155210169-
CMYK0.2600.200.18
HSL135.27º37.93%71.57%-
HSV(B)135.27º26.19%82.35%-
XYZ43.7355.9346.03-
YUV188.88116.78103.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=29.03%
G=39.33%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101690.2600.200.18135.2737.9371.57
Hex9BD2A91A01412872648
Octal233322251320242220746110
Binary1001101111010010101010011101001010010010100001111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,210,169); }

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

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

 a { background-color: rgb(155,210,169); }

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

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

 span { border-color: rgb(155,210,169); }

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