#9BDFA9

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

Shades of Chinook #9BDFA9

Tints of Chinook #9BDFA9

Color information

#9BDFA9 (or 0x9BDFA9) is unknown color: approx Chinook. HEX triplet: 9B, DF and A9. RGB value is (155,223,169). Sum of RGB (Red+Green+Blue) = 155+223+169=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA9 is #642056. Grayscale: #C4C4C4. Windows color (decimal): -6561879 or 11132827. OLE color: 11132827.

HSL color Cylindrical-coordinate representation of color #9BDFA9: hue angle of 132.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFA9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB155223169-
CMYK0.3000.240.13
HSL132.35º51.52%74.12%-
HSV(B)132.35º30.49%87.45%-
XYZ47.0762.6147.14-
YUV196.51112.4798.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=28.34%
G=40.77%
B=30.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231690.3000.240.13132.3551.5274.12
Hex9BDFA91E018D84344a
Octal233337251360301520464112
Binary100110111101111110101001111100110001101100001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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