#9BD1A0

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

Shades of Chinook #9BD1A0

Tints of Chinook #9BD1A0

Color information

#9BD1A0 (or 0x9BD1A0) is unknown color: approx Chinook. HEX triplet: 9B, D1 and A0. RGB value is (155,209,160). Sum of RGB (Red+Green+Blue) = 155+209+160=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD1A0 is #642E5F. Grayscale: #BBBBBB. Windows color (decimal): -6565472 or 10539419. OLE color: 10539419.

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

Color convert

RGB155209160-
CMYK0.2600.230.18
HSL125.56º36.99%71.37%-
HSV(B)125.56º25.84%81.96%-
XYZ42.6655.1141.65-
YUV187.27112.61104.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=29.58%
G=39.89%
B=30.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091600.2600.230.18125.5636.9971.37
Hex9BD1A01A017127e2547
Octal233321240320272217645107
Binary100110111101000110100000110100101111001011111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,209,160); }

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

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

 a { background-color: rgb(155,209,160); }

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

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

 span { border-color: rgb(155,209,160); }

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