#9BD4A7

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

Shades of Chinook #9BD4A7

Tints of Chinook #9BD4A7

Color information

#9BD4A7 (or 0x9BD4A7) is unknown color: approx Chinook. HEX triplet: 9B, D4 and A7. RGB value is (155,212,167). Sum of RGB (Red+Green+Blue) = 155+212+167=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD4A7 is #642B58. Grayscale: #BDBDBD. Windows color (decimal): -6564697 or 10998939. OLE color: 10998939.

HSL color Cylindrical-coordinate representation of color #9BD4A7: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD4A7 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB155212167-
CMYK0.2700.210.17
HSL132.63º39.86%71.96%-
HSV(B)132.63º26.89%83.14%-
XYZ44.0456.8545.21-
YUV189.83115.12103.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=29.03%
G=39.70%
B=31.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552121670.2700.210.17132.6339.8671.96
Hex9BD4A71B01511852848
Octal233324247330252120550110
Binary1001101111010100101001111101101010110001100001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,212,167); }

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

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

 a { background-color: rgb(155,212,167); }

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

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

 span { border-color: rgb(155,212,167); }

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