#9BD39D

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

Shades of Chinook #9BD39D

Tints of Chinook #9BD39D

Color information

#9BD39D (or 0x9BD39D) is unknown color: approx Chinook. HEX triplet: 9B, D3 and 9D. RGB value is (155,211,157). Sum of RGB (Red+Green+Blue) = 155+211+157=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD39D is #642C62. Grayscale: #BCBCBC. Windows color (decimal): -6564963 or 10343323. OLE color: 10343323.

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

Color convert

RGB155211157-
CMYK0.2700.260.17
HSL122.14º38.89%71.76%-
HSV(B)122.14º26.54%82.75%-
XYZ42.955.9940.44-
YUV188.1110.45104.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.64%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=29.64%
G=40.34%
B=30.02%

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
Decimal1552111570.2700.260.17122.1438.8971.76
Hex9BD39D1B01A117a2748
Octal233323235330322117247110
Binary100110111101001110011101110110110101000111110101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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