#9BD49D

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

Shades of Chinook #9BD49D

Tints of Chinook #9BD49D

Color information

#9BD49D (or 0x9BD49D) is unknown color: approx Chinook. HEX triplet: 9B, D4 and 9D. RGB value is (155,212,157). Sum of RGB (Red+Green+Blue) = 155+212+157=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD49D is #642B62. Grayscale: #BCBCBC. Windows color (decimal): -6564707 or 10343579. OLE color: 10343579.

HSL color Cylindrical-coordinate representation of color #9BD49D: hue angle of 122.11º 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 #9BD49D is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB155212157-
CMYK0.2700.260.17
HSL122.11º39.86%71.96%-
HSV(B)122.11º26.89%83.14%-
XYZ43.1556.4940.53-
YUV188.69110.12103.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=29.58%
G=40.46%
B=29.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552121570.2700.260.17122.1139.8671.96
Hex9BD49D1B01A117a2848
Octal233324235330322117250110
Binary100110111101010010011101110110110101000111110101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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